MCPcopy Index your code
hub / github.com/fastapi-users/fastapi-users / create_oauth2_password_request_form

Function create_oauth2_password_request_form

tests/test_manager.py:66–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64
65@pytest.fixture
66def create_oauth2_password_request_form() -> Callable[
67 [str, str], OAuth2PasswordRequestForm
68]:
69 def _create_oauth2_password_request_form(username, password):
70 return OAuth2PasswordRequestForm(username=username, password=password, scope="")
71
72 return _create_oauth2_password_request_form
73
74
75@pytest.mark.asyncio

Callers 4

test_unknown_userMethod · 0.85
test_wrong_passwordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…