summaryrefslogtreecommitdiff
path: root/tests/test_regr.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_regr.py')
-rw-r--r--tests/test_regr.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_regr.py b/tests/test_regr.py
index 0936e0d06..99b600275 100644
--- a/tests/test_regr.py
+++ b/tests/test_regr.py
@@ -51,8 +51,8 @@ def disable():
@pytest.fixture
def finalize_linter(linter: PyLinter) -> Iterator[PyLinter]:
- """call reporter.finalize() to cleanup
- pending messages if a test finished badly
+ """Call reporter.finalize() to clean up pending messages if a test
+ finished badly.
"""
yield linter
linter.reporter = cast( # Due to fixture