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

Function admin

tests/test_user.py:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22@pytest.fixture
23def admin():
24 db.session.expunge_all()
25 return User(name=username, password=password, is_admin=True)
26
27
28def test_user_name(user):

Callers

nothing calls this directly

Calls 1

UserClass · 0.90

Tested by

no test coverage detected