MCPcopy Index your code
hub / github.com/fastapi-users/fastapi-users / superuser

Function superuser

tests/conftest.py:210–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208
209@pytest.fixture
210def superuser() -> UserModel:
211 return UserModel(
212 email="merlin@camelot.bt",
213 hashed_password=viviane_password_hash,
214 is_superuser=True,
215 )
216
217
218@pytest.fixture

Callers

nothing calls this directly

Calls 1

UserModelClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…