Skip to content

Commit b7c4f1f

Browse files
authored
testing linter v3
1 parent 60ca811 commit b7c4f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
({"verbosity": 4}, call(["-vvv", "tests"])),
1717
({"failfast": True}, call(["--exitfirst", "tests"])),
1818
({"keepdb": True}, call(["--reuse-db", "tests"])),
19-
]
19+
],
2020
)
2121
def test_runner_run_tests(monkeypatch, kwargs, expected):
2222
pytest_mock = Mock()

0 commit comments

Comments
 (0)