MCPcopy Create free account
hub / github.com/fastapi-users/fastapi-users / inactive_user

Function inactive_user

tests/conftest.py:171–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169
170@pytest.fixture
171def inactive_user() -> UserModel:
172 return UserModel(
173 email="percival@camelot.bt",
174 hashed_password=angharad_password_hash,
175 is_active=False,
176 )
177
178
179@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…