summaryrefslogtreecommitdiff
path: root/tests/test_self.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-08 21:39:23 +0100
committerGitHub <noreply@github.com>2023-03-08 21:39:23 +0100
commit358264aaf622505f6d2e8bc699618382981a078c (patch)
tree0395141b74b097cd0f55b1b97d26b9e2a7d20175 /tests/test_self.py
parent3318aa0c5877abd9e9d2361f8a21b8880b7a052d (diff)
downloadpylint-git-358264aaf622505f6d2e8bc699618382981a078c.tar.gz
[__implements__] Remove everything related to the rejected PEP245 (#8404)
Diffstat (limited to 'tests/test_self.py')
-rw-r--r--tests/test_self.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_self.py b/tests/test_self.py
index e40dd7a4d..a4c928e5c 100644
--- a/tests/test_self.py
+++ b/tests/test_self.py
@@ -257,9 +257,9 @@ class TestRunTC:
expected = textwrap.dedent(
f"""
************* Module data.clientmodule_test
- {module}:10:8: W0612: Unused variable 'local_variable' (unused-variable)
- {module}:18:4: C0116: Missing function or method docstring (missing-function-docstring)
- {module}:22:0: C0115: Missing class docstring (missing-class-docstring)
+ {module}:9:8: W0612: Unused variable 'local_variable' (unused-variable)
+ {module}:17:4: C0116: Missing function or method docstring (missing-function-docstring)
+ {module}:21:0: C0115: Missing class docstring (missing-class-docstring)
"""
)
self._test_output(