mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +03:00
sort the parameters
This commit is contained in:
parent
1ac1540fe3
commit
6b0a79ce57
|
@ -9,7 +9,7 @@ import pytest
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"args, report",
|
"args, report",
|
||||||
((["PIL.report"], True), (["PIL", "--report"], True), (["PIL"], False)),
|
((["PIL"], False), (["PIL", "--report"], True), (["PIL.report"], True)),
|
||||||
)
|
)
|
||||||
def test_main(args, report) -> None:
|
def test_main(args, report) -> None:
|
||||||
args = [sys.executable, "-m"] + args
|
args = [sys.executable, "-m"] + args
|
||||||
|
|
Loading…
Reference in New Issue
Block a user