Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/0010aor/FlashNotes
/ 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
test_get_existing_user_current_user
Function · 0.90
test_register_user
Function · 0.90
test_register_user_forbidden_error
Function · 0.90
test_register_user_already_exists_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
Calls
no outgoing calls
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_register_user_already_exists_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