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

Function verified_user

tests/conftest.py:190–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188
189@pytest.fixture
190def verified_user() -> UserModel:
191 return UserModel(
192 email="lake.lady@camelot.bt",
193 hashed_password=excalibur_password_hash,
194 is_active=True,
195 is_verified=True,
196 )
197
198
199@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…