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

Function test_isolated_pex_root

tests/test_third_party.py:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25
26def test_isolated_pex_root():
27 # type: () -> None
28 with temporary_pex_root() as (pex_root, _):
29 devendored_chroot = os.path.realpath(third_party.isolated().chroot_path)
30 assert pex_root == safe_commonpath([pex_root, devendored_chroot])
31
32
33def test_isolated_vendoring_constraints_omitted():

Callers

nothing calls this directly

Calls 2

safe_commonpathFunction · 0.90
temporary_pex_rootFunction · 0.85

Tested by

no test coverage detected