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

Function user

tests/conftest.py:152–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150
151@pytest.fixture
152def user() -> UserModel:
153 return UserModel(
154 email="king.arthur@camelot.bt",
155 hashed_password=guinevere_password_hash,
156 )
157
158
159@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…