MCPcopy
hub / github.com/django/django / test_check_password

Method test_check_password

tests/auth_tests/test_models.py:626–628  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

624 self.user.set_password("password")
625
626 def test_check_password(self):
627 with self.assertRaisesMessage(NotImplementedError, self.no_repr_msg):
628 self.user.check_password("password")
629
630
631class GroupTests(SimpleTestCase):

Callers

nothing calls this directly

Calls 2

assertRaisesMessageMethod · 0.80
check_passwordMethod · 0.45

Tested by

no test coverage detected