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

Function verified_superuser

tests/conftest.py:229–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

227
228@pytest.fixture
229def verified_superuser() -> UserModel:
230 return UserModel(
231 email="the.real.merlin@camelot.bt",
232 hashed_password=viviane_password_hash,
233 is_superuser=True,
234 is_verified=True,
235 )
236
237
238@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…