Mercurial > p > roundup > code
diff test/test_security.py @ 7222:b124c38930ed
renname test to test_pbkdf2_unpack_errors
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 12 Mar 2023 21:21:18 -0400 |
| parents | cbeac604d9d5 |
| children | 19db61be18e0 |
line wrap: on
line diff
--- a/test/test_security.py Sun Mar 12 21:19:51 2023 -0400 +++ b/test/test_security.py Sun Mar 12 21:21:18 2023 -0400 @@ -422,7 +422,7 @@ roundup.password.test_missing_crypt() roundup.password.crypt = orig_crypt - def test_pbkdf2_unpack(self): + def test_pbkdf2_unpack_errors(self): pbkdf2_unpack = roundup.password.pbkdf2_unpack with self.assertRaises(roundup.password.PasswordValueError) as ctx:
