MCPcopy Index your code
hub / github.com/plotly/dash / test_invalid_get_relative_path

Function test_invalid_get_relative_path

tests/unit/test_configs.py:266–268  ·  view source on GitHub ↗
(prefix, partial_path)

Source from the content-addressed store, hash-verified

264 [("/", "relative-page-1"), ("/my-dash-app/", "relative-page-1")],
265)
266def test_invalid_get_relative_path(prefix, partial_path):
267 with pytest.raises(_exc.UnsupportedRelativePath):
268 app_get_relative_path(prefix, partial_path)
269
270
271@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

app_get_relative_pathFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…