Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/full-stack-fastapi-template
/ random_lower_string
Function
random_lower_string
backend/tests/utils/utils.py:9–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
9
def
random_lower_string() -> str:
10
return
""
.join(random.choices(string.ascii_lowercase, k=32))
11
12
13
def
random_email() -> str:
Callers
15
create_random_user
Function · 0.90
authentication_token_from_email
Function · 0.90
create_random_item
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_password_me
Function · 0.90
test_update_password_me_incorrect_password
Function · 0.90
test_update_user_me_email_exists
Function · 0.90
Calls
no outgoing calls
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_password_me
Function · 0.72
test_update_password_me_incorrect_password
Function · 0.72
test_update_user_me_email_exists
Function · 0.72
test_register_user
Function · 0.72
test_register_user_already_exists_error
Function · 0.72
test_update_user
Function · 0.72