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

Function test_elf_checker

tests/integration/test_process.py:138–139  ·  view source on GitHub ↗
(file, expected)

Source from the content-addressed store, hash-verified

136 ],
137)
138def test_elf_checker(file, expected):
139 assert is_elf(file) == expected
140
141
142def test_invalid_method_for_get_process_threads():

Callers

nothing calls this directly

Calls 1

is_elfFunction · 0.90

Tested by

no test coverage detected