()
| 150 | |
| 151 | @pytest.fixture |
| 152 | def user() -> UserModel: |
| 153 | return UserModel( |
| 154 | email="king.arthur@camelot.bt", |
| 155 | hashed_password=guinevere_password_hash, |
| 156 | ) |
| 157 | |
| 158 | |
| 159 | @pytest.fixture |
nothing calls this directly
no test coverage detected
searching dependent graphs…