We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a2d0c commit 9ddfed0Copy full SHA for 9ddfed0
test/test_security.py
@@ -422,7 +422,7 @@ def test_password(self):
422
roundup.password.test_missing_crypt()
423
roundup.password.crypt = orig_crypt
424
425
- def test_pbkdf2_unpack(self):
+ def test_pbkdf2_unpack_errors(self):
426
pbkdf2_unpack = roundup.password.pbkdf2_unpack
427
428
with self.assertRaises(roundup.password.PasswordValueError) as ctx:
0 commit comments