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

Function test_executor_execute_zero

tests/test_executor.py:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51
52def test_executor_execute_zero():
53 # type: () -> None
54 Executor.execute("exit 0", shell=True)
55
56
57@pytest.mark.parametrize("testable", [Executor.open_process, Executor.execute])

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected