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 60ca811 commit b7c4f1fCopy full SHA for b7c4f1f
tests/test_runner.py
@@ -16,7 +16,7 @@
16
({"verbosity": 4}, call(["-vvv", "tests"])),
17
({"failfast": True}, call(["--exitfirst", "tests"])),
18
({"keepdb": True}, call(["--reuse-db", "tests"])),
19
- ]
+ ],
20
)
21
def test_runner_run_tests(monkeypatch, kwargs, expected):
22
pytest_mock = Mock()
0 commit comments