Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/full-stack-fastapi-template
/ random_email
Function
random_email
backend/tests/utils/utils.py:13–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
12
13
def
random_email() -> str:
14
return
f
"{random_lower_string()}@{random_lower_string()}.com"
15
16
17
def
get_superuser_token_headers(client: TestClient) -> dict[str, str]:
Callers
15
create_random_user
Function · 0.90
test_create_user_new_email
Function · 0.90
test_get_existing_user_as_superuser
Function · 0.90
test_get_existing_user_current_user
Function · 0.90
test_create_user_existing_username
Function · 0.90
test_create_user_by_normal_user
Function · 0.90
test_retrieve_users
Function · 0.90
test_update_user_me
Function · 0.90
test_update_user_me_email_exists
Function · 0.90
test_register_user
Function · 0.90
test_update_user
Function · 0.90
test_update_user_email_exists
Function · 0.90
Calls
1
random_lower_string
Function · 0.85
Tested by
15
test_create_user_new_email
Function · 0.72
test_get_existing_user_as_superuser
Function · 0.72
test_get_existing_user_current_user
Function · 0.72
test_create_user_existing_username
Function · 0.72
test_create_user_by_normal_user
Function · 0.72
test_retrieve_users
Function · 0.72
test_update_user_me
Function · 0.72
test_update_user_me_email_exists
Function · 0.72
test_register_user
Function · 0.72
test_update_user
Function · 0.72
test_update_user_email_exists
Function · 0.72
test_delete_user_me
Function · 0.72