Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
99
def
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
commonpath
Function · 0.90
Tested by
no test coverage detected