()
| 21 | nt.assert_equal(passwd_check(p, 'a:b'), False) |
| 22 | |
| 23 | def test_passwd_check_unicode(): |
| 24 | # GH issue #4524 |
| 25 | phash = u'sha1:23862bc21dd3:7a415a95ae4580582e314072143d9c382c491e4f' |
| 26 | assert passwd_check(phash, u"łe¶ŧ←↓→") |
nothing calls this directly
no test coverage detected