summaryrefslogtreecommitdiff
path: root/passlib/tests/test_registry.py
Commit message (Expand)AuthorAgeFilesLines
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-121-0/+2
* updated test support & py3 compat code from an external libraryEli Collins2012-03-121-4/+4
* misc bugfixes dealing with changes from last 8 or so commitsEli Collins2012-03-111-1/+1
* added hack to clear warnings registry so assertWarningList() tests will pass ...Eli Collins2012-03-111-3/+3
* tweak to registry tests so they work even if passlib.tests is imported under ...Eli Collins2011-08-121-5/+12
* bugfix: make sure ``passlib.hash.__loader__`` attribute writable - needed by ...Eli Collins2011-08-121-1/+27
* made disabled backends skipTest msg be more informativeEli Collins2011-06-301-1/+1
* moved _unload_handler_name to passlib.registry, so it can be used multiple pl...Eli Collins2011-04-081-10/+1
* updated UTs to work with new helper classesEli Collins2011-04-051-11/+9
* big rename: changed base handler class namesEli Collins2011-03-221-9/+9
* big rename: driver->handlerEli Collins2011-03-221-1/+1
* split passlib.base into passlib.registry & passlib.context - the two have lit...Eli Collins2011-03-221-0/+145