MCPcopy Create free account
hub / github.com/lesspass/lesspass / setUp

Method setUp

containers/backend/api/tests/test_auth.py:89–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87
88class LogInTestCase(APITestCase):
89 def setUp(self):
90 factories.UserFactory(
91 email="test@example.org",
92 password="test@example.org",
93 )
94
95 def test_login(self):
96 data = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected