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

Function test_libpython_false_cases

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

Source from the content-addressed store, hash-verified

45 "text", ["libpython.so", "libpython.so.1.0", "libpythondm.so.1.0"]
46)
47def test_libpython_false_cases(text):
48 # GIVEN / WHEN
49 result = LIBPYTHON_REGEXP.match(text)
50
51 # THEN
52 assert result is None
53
54
55@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected