MCPcopy Index your code
hub / github.com/pex-tool/pex / test_pythonpath_isolation_inherit_path_fallback

Function test_pythonpath_isolation_inherit_path_fallback

tests/test_pex.py:457–461  ·  view source on GitHub ↗
(pythonpath_isolation_test)

Source from the content-addressed store, hash-verified

455
456
457def test_pythonpath_isolation_inherit_path_fallback(pythonpath_isolation_test):
458 # type: (PythonpathIsolationTest) -> None
459 pythonpath_isolation_test.assert_isolation(
460 inherit_path="fallback", expected_output="foo.BAR=137 bar.FOO=137"
461 )
462
463
464def test_pythonpath_isolation_inherit_path_prefer(pythonpath_isolation_test):

Callers

nothing calls this directly

Calls 1

assert_isolationMethod · 0.80

Tested by

no test coverage detected