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

Method test_user_inactive

tests/test_manager.py:294–298  ·  view source on GitHub ↗
(
        self, user_manager: UserManagerMock[UserModel], inactive_user: UserModel
    )

Source from the content-addressed store, hash-verified

292@pytest.mark.manager
293class TestRequestVerifyUser:
294 async def test_user_inactive(
295 self, user_manager: UserManagerMock[UserModel], inactive_user: UserModel
296 ):
297 with pytest.raises(UserInactive):
298 await user_manager.request_verify(inactive_user)
299
300 async def test_user_verified(
301 self, user_manager: UserManagerMock[UserModel], verified_user: UserModel

Callers

nothing calls this directly

Calls 1

request_verifyMethod · 0.80

Tested by

no test coverage detected