diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-10-08 00:55:47 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-10-08 00:55:47 -0400 |
| commit | 690aaf8f827da1b2d3c15ab817ced86fdad6bd40 (patch) | |
| tree | ce86be500c9ef9fd1925973071f8448316d6a39d /passlib/tests | |
| parent | aa770a54eaec6383d4c9417e7920dd0ecfd41d77 (diff) | |
| parent | aac77a0f7b9c23ca401209fed94b2068dfdf9e34 (diff) | |
| download | passlib-690aaf8f827da1b2d3c15ab817ced86fdad6bd40.tar.gz | |
Merge 1.5.3 bugfixes
Diffstat (limited to 'passlib/tests')
| -rw-r--r-- | passlib/tests/test_drivers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/passlib/tests/test_drivers.py b/passlib/tests/test_drivers.py index 526c9be..1e40f86 100644 --- a/passlib/tests/test_drivers.py +++ b/passlib/tests/test_drivers.py @@ -243,6 +243,7 @@ hash.bcrypt._no_backends_msg() #call this for coverage purposes Pybcrypt_BCryptTest = create_backend_case(_BCryptTest, "pybcrypt") Bcryptor_BCryptTest = create_backend_case(_BCryptTest, "bcryptor") OsCrypt_BCryptTest = create_backend_case(_BCryptTest, "os_crypt") +Builtin_BCryptTest = create_backend_case(_BCryptTest, "builtin") #========================================================= #bigcrypt |
