(prefix, partial_path, expected)
| 255 | ], |
| 256 | ) |
| 257 | def test_pathname_prefix_relative_url(prefix, partial_path, expected): |
| 258 | path = app_get_relative_path(prefix, partial_path) |
| 259 | assert path == expected |
| 260 | |
| 261 | |
| 262 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected
searching dependent graphs…