MCPcopy
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
13def random_email() -> str:
14 return f"{random_lower_string()}@{random_lower_string()}.com"
15
16
17def get_superuser_token_headers(client: TestClient) -> dict[str, str]:

Calls 1

random_lower_stringFunction · 0.85