pytest.mark.parametrize(
"input,expected",
[
([DistInfo(project_name="test", version=1)], ["test-1"]),
([DistInfo(project_name="pytest-test", version=1)], ["test-1"]),
| 1 | """Terminal reporting of the full testing process.""" |
| 2 | import collections |
| 3 | import os |
| 4 | import sys |
nothing calls this directly
no outgoing calls
no test coverage detected