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

Function test_commonpath_none

tests/test_compatibility.py:99–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97
98
99def test_commonpath_none():
100 # type: () -> None
101
102 assert "" == commonpath(["a", "b"])
103 assert "" == commonpath(["bad", "b"])
104 assert "" == commonpath(["a", "a", "b"])

Callers

nothing calls this directly

Calls 1

commonpathFunction · 0.90

Tested by

no test coverage detected