summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* misc testing fixesEli Collins2012-05-011-4/+3
| | | | | | | | | | | * bcrypt fuzz fix: detect $2$ hashes w/ passwords like 'abc' 'abcabc' and regenerate, since $2$ would hash them the same. one in a million chance, but I hit it. * django_bcrypt: skip multi-ident testing entirely, only one prefix is used. * get_fuzz_settings() now handles passwords too, so handlers can alter them * get_fuzz_ident() now checks os_supports_ident() directly, so bcrypt test doesn't have to * test_14_salt_chars now cleans up salt, so bcrypt test doesn't have to * glitch in fuzz skip code * add tox.ini to sdist
* final tweaks to test config filesEli Collins2012-05-011-18/+26
|
* unittest cleanups, better coverage, etcEli Collins2012-04-301-25/+62
| | | | | | | | | | | | | | | * split ut2 backports into separate module to keep them distinct from customizations * added backport of skip() / skipIf(), simplified a bunch of code * "PASSLIB_TESTS" env var renamed to "PASSLIB_TEST_MODE", has one of three values (quick,default,full) * assertWarningList() can now be used as context manager * added TestCase.mktemp(), and some capability tests via TestCase.require_xxx() * HandlerCase - subclasses can now modify do_xxx() settings and context using unified interface. - defaults to lower number of rounds for all hashes, to speed up UTs - create_backend_case() is now classmethod that yields multiple backends - added test to ensure os_crypt hashes forbid NULL chars - EncodingHandlerMixin for common tests of 'encoding' keyword
* assorted small details that weren't covered in the last few mergesEli Collins2012-04-271-2/+2
|
* add posargs supports to tox config, passes all args to noseEli Collins2012-04-171-6/+12
|
* updated tox config, moved GAE helper into tests module to silence tox warningEli Collins2012-04-171-21/+61
|
* added unittest2 to py3 tox configsEli Collins2011-10-091-2/+6
|
* added tox config file, may replace custom testing harnessEli Collins2011-10-071-0/+48