Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
def
admin():
24
db.session.expunge_all()
25
return
User(name=username, password=password, is_admin=True)
26
27
28
def
test_user_name(user):
Callers
nothing calls this directly
Calls
1
User
Class · 0.90
Tested by
no test coverage detected