Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ 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
test_get_existing_user_current_user
Function · 0.90
test_register_user
Function · 0.90
test_register_user_forbidden_error
Function · 0.90
test_user
Function · 0.90
test_create_user
Function · 0.90
test_check_if_user_is_active
Function · 0.90
test_check_if_user_is_active_inactive
Function · 0.90
test_check_if_user_is_superuser
Function · 0.90
test_check_if_user_is_superuser_normal_user
Function · 0.90
test_get_user
Function · 0.90
test_get_user_by_email
Function · 0.90
test_update_user
Function · 0.90
Calls
1
random_lower_string
Function · 0.85
Tested by
15
test_get_existing_user_current_user
Function · 0.72
test_register_user
Function · 0.72
test_register_user_forbidden_error
Function · 0.72
test_user
Function · 0.72
test_create_user
Function · 0.72
test_check_if_user_is_active
Function · 0.72
test_check_if_user_is_active_inactive
Function · 0.72
test_check_if_user_is_superuser
Function · 0.72
test_check_if_user_is_superuser_normal_user
Function · 0.72
test_get_user
Function · 0.72
test_get_user_by_email
Function · 0.72
test_update_user
Function · 0.72