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

Function test_pathname_prefix_relative_url

tests/unit/test_configs.py:257–259  ·  view source on GitHub ↗
(prefix, partial_path, expected)

Source from the content-addressed store, hash-verified

255 ],
256)
257def 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(

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…