pytest.mark.parametrize(
"chdir,testarg,expect_ntests_passed",
[
# Effective target: package/..
("runner", "..", 3),
("package", "..", 3),
| 1 | import argparse |
| 2 | import os |
| 3 | import textwrap |
| 4 | from pathlib import Path |
nothing calls this directly
no outgoing calls
no test coverage detected