pytest.mark.parametrize(
"cmdline_args, warning_output",
[
(
["-OO", "-m", "pytest", "-h"],
["warning :*PytestConfigWarning:*assert statements are not executed*
| 1 | import collections |
| 2 | import sys |
| 3 | import textwrap |
| 4 | from typing import Any |
nothing calls this directly
no outgoing calls
no test coverage detected