(scope: Scope, expected_result: str)
| 105 | ], |
| 106 | ) |
| 107 | def test_get_route_path(scope: Scope, expected_result: str) -> None: |
| 108 | assert get_route_path(scope) == expected_result |
| 109 | |
| 110 | |
| 111 | @pytest.mark.anyio |
nothing calls this directly
no test coverage detected