We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac1540 commit 6b0a79cCopy full SHA for 6b0a79c
1 file changed
Tests/test_main.py
@@ -9,7 +9,7 @@
9
10
@pytest.mark.parametrize(
11
"args, report",
12
- ((["PIL.report"], True), (["PIL", "--report"], True), (["PIL"], False)),
+ ((["PIL"], False), (["PIL", "--report"], True), (["PIL.report"], True)),
13
)
14
def test_main(args, report) -> None:
15
args = [sys.executable, "-m"] + args
0 commit comments