MCPcopy Create free account
hub / github.com/bloomberg/pystack / test_executable_false_cases

Function test_executable_false_cases

tests/unit/test_process.py:78–83  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

76
77@pytest.mark.parametrize("text", ["cat3.8", "python3", "python2"])
78def test_executable_false_cases(text):
79 # GIVEN / WHEN
80 result = BINARY_REGEXP.match(text)
81
82 # THEN
83 assert result is None
84
85
86@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected