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

Function test_commonpath_single

tests/test_compatibility.py:59–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57
58
59def test_commonpath_single():
60 # type: () -> None
61
62 assert "" == commonpath([""])
63 assert "/" == commonpath(["/"])
64 assert "a" == commonpath(["a"])
65 assert "/a" == commonpath(["/a"])
66
67
68def test_commonpath_common():

Callers

nothing calls this directly

Calls 1

commonpathFunction · 0.90

Tested by

no test coverage detected