summaryrefslogtreecommitdiff
path: root/tests/test_check_parallel.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_check_parallel.py')
-rw-r--r--tests/test_check_parallel.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/test_check_parallel.py b/tests/test_check_parallel.py
index bc27530f3..738b3061c 100644
--- a/tests/test_check_parallel.py
+++ b/tests/test_check_parallel.py
@@ -359,7 +359,8 @@ class TestCheckParallel:
def test_invoke_single_job(self) -> None:
"""Tests basic checkers functionality using just a single workderdo
- This is *not* the same -j1 and does not happen under normal operation"""
+ This is *not* the same -j1 and does not happen under normal operation
+ """
linter = PyLinter(reporter=Reporter())
linter.register_checker(SequentialTestChecker(linter))
@@ -429,7 +430,8 @@ class TestCheckParallel:
number of checkers applied.
This test becomes more important if we want to change how we parametrise the
- checkers, for example if we aim to batch the files across jobs."""
+ checkers, for example if we aim to batch the files across jobs.
+ """
# define the stats we expect to get back from the runs, these should only vary
# with the number of files.