Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fastapi-users/fastapi-users
/ delete
Method
delete
tests/conftest.py:350–351 ·
view source on GitHub ↗
(self, user: UserModel)
Source
from the content-addressed store, hash-verified
348
return
user
349
350
async
def
delete(self, user: UserModel) -> None:
351
pass
352
353
return
MockUserDatabase()
354
Callers
9
test_missing_token
Method · 0.45
test_regular_user
Method · 0.45
test_verified_user
Method · 0.45
test_not_existing_user_unverified_superuser
Method · 0.45
test_not_existing_user_verified_superuser
Method · 0.45
test_unverified_superuser
Method · 0.45
test_verified_superuser
Method · 0.45
test_not_implemented_methods
Function · 0.45
test_delete
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected