MCPcopy Create free account
hub / github.com/c3bottles/c3bottles / user

Function user

tests/test_user.py:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10@pytest.fixture
11def user():
12 db.session.expunge_all()
13 return User(name=username, password=password)
14
15
16@pytest.fixture

Callers

nothing calls this directly

Calls 1

UserClass · 0.90

Tested by

no test coverage detected