summaryrefslogtreecommitdiff
path: root/passlib/tests/utils.py
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-12-28 17:48:13 -0500
committerEli Collins <elic@assurancetechnologies.com>2011-12-28 17:48:13 -0500
commit333c8a1466ff596abb8c1666cc35915ac945ab8f (patch)
treec30dacded473158852683d6d259c59488876dc53 /passlib/tests/utils.py
parentd770fdd81801139e8097ed9747620af3f5746094 (diff)
downloadpasslib-333c8a1466ff596abb8c1666cc35915ac945ab8f.tar.gz
renamed test_drivers.py -> test_handlers.py to match name of module its testing
Diffstat (limited to 'passlib/tests/utils.py')
-rw-r--r--passlib/tests/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib/tests/utils.py b/passlib/tests/utils.py
index 4e5f2fb..c0a9eae 100644
--- a/passlib/tests/utils.py
+++ b/passlib/tests/utils.py
@@ -1080,7 +1080,7 @@ def _has_other_backends(handler, ignore):
return name
return None
-def create_backend_case(base, name, module="passlib.tests.test_drivers"):
+def create_backend_case(base, name, module="passlib.tests.test_handlers"):
"create a test case for specific backend of a multi-backend handler"
#get handler, figure out if backend should be tested
handler = base.handler