MCPcopy
hub / github.com/pex-tool/pex / test_commonpath_invalid

Function test_commonpath_invalid

tests/test_compatibility.py:49–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47
48
49def test_commonpath_invalid():
50 # type: () -> None
51
52 with pytest.raises(ValueError):
53 commonpath([])
54
55 with pytest.raises(ValueError):
56 commonpath(["a", "/a"])
57
58
59def test_commonpath_single():

Callers

nothing calls this directly

Calls 1

commonpathFunction · 0.90

Tested by

no test coverage detected