(pythonpath_isolation_test)
| 455 | |
| 456 | |
| 457 | def 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 | |
| 464 | def test_pythonpath_isolation_inherit_path_prefer(pythonpath_isolation_test): |
nothing calls this directly
no test coverage detected