pytest.mark.parametrize(
"names, expected",
[
# dist-info based distributions root are files as will be put in PYTHONPATH
(["bar.py"], ["bar"]),
(["
| 1 | import os |
| 2 | import re |
| 3 | import sys |
| 4 | import textwrap |
nothing calls this directly
no outgoing calls
no test coverage detected