MCPcopy
hub / github.com/django/django / test_verify

Method test_verify

tests/auth_tests/test_hashers.py:638–641  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

636 self.hasher.safe_summary("encoded")
637
638 def test_verify(self):
639 msg = self.not_implemented_msg % "a verify"
640 with self.assertRaisesMessage(NotImplementedError, msg):
641 self.hasher.verify("password", "encoded")
642
643
644@skipUnless(argon2, "argon2-cffi not installed")

Callers

nothing calls this directly

Calls 2

assertRaisesMessageMethod · 0.80
verifyMethod · 0.45

Tested by

no test coverage detected