aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_3des.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor all tests to use mark instead of generator skipsPaul Kehrer2013-12-261-24/+18
|
* correct import stylePaul Kehrer2013-12-241-0/+1
|
* add all the markers to the testsPaul Kehrer2013-12-241-0/+4
|
* add more skip check lambdasPaul Kehrer2013-12-231-0/+24
|
* use both kwargs and named args in lambdas for clarityPaul Kehrer2013-12-211-24/+18
|
* don't modify params on parametrized testsPaul Kehrer2013-12-201-18/+24
| | | | | multiple backends receive the same params dicts, but we were modifying them using pop.
* Remove separate file loaders and replace with onePaul Kehrer2013-11-111-7/+7
| | | | All tests updated to work with the new simplified loader
* Ignore the sections of the NIST filesAlex Gaynor2013-11-111-6/+6
|
* block cipher renamePaul Kehrer2013-11-061-7/+7
| | | | | | * block renamed to ciphers * ciphers renamed to algorithms * base moved into algorithms
* update tests for new test vector locationsPaul Kehrer2013-10-311-6/+6
|
* move around the tests to organize by cipherPaul Kehrer2013-10-301-0/+116