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

Function test_pythonpath_isolation_inherit_path_false

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

Source from the content-addressed store, hash-verified

444
445
446def test_pythonpath_isolation_inherit_path_false(pythonpath_isolation_test):
447 # type: (PythonpathIsolationTest) -> None
448 pythonpath_isolation_test.assert_isolation(
449 inherit_path="false", expected_output="foo.BAR=137 bar.FOO=None"
450 )
451 # False should map to 'false'.
452 pythonpath_isolation_test.assert_isolation(
453 inherit_path=False, expected_output="foo.BAR=137 bar.FOO=None"
454 )
455
456
457def test_pythonpath_isolation_inherit_path_fallback(pythonpath_isolation_test):

Callers

nothing calls this directly

Calls 1

assert_isolationMethod · 0.80

Tested by

no test coverage detected