()
| 11 | nt.assert_equal(len(hashed), 40) |
| 12 | |
| 13 | def test_roundtrip(): |
| 14 | p = passwd('passphrase') |
| 15 | nt.assert_equal(passwd_check(p, 'passphrase'), True) |
| 16 | |
| 17 | def test_bad(): |
| 18 | p = passwd('passphrase') |
nothing calls this directly
no test coverage detected