MCPcopy Create free account
hub / github.com/ipython/ipython / test_passwd_check_unicode

Function test_passwd_check_unicode

IPython/lib/tests/test_security.py:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

passwd_checkFunction · 0.90

Tested by

no test coverage detected