MCPcopy
hub / github.com/encode/starlette / test_get_route_path

Function test_get_route_path

tests/test__utils.py:107–108  ·  view source on GitHub ↗
(scope: Scope, expected_result: str)

Source from the content-addressed store, hash-verified

105 ],
106)
107def test_get_route_path(scope: Scope, expected_result: str) -> None:
108 assert get_route_path(scope) == expected_result
109
110
111@pytest.mark.anyio

Callers

nothing calls this directly

Calls 1

get_route_pathFunction · 0.90

Tested by

no test coverage detected