We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d99b2 commit 5ce5bc4Copy full SHA for 5ce5bc4
tests/checkers/unittest_similar.py
@@ -22,7 +22,7 @@
22
23
from pylint.checkers import similar
24
from pylint.lint import PyLinter
25
-from pylint.testutils import TestReporter as Reporter
+from pylint.testutils import GenericTestReporter as Reporter
26
27
INPUT = Path(__file__).parent / ".." / "input"
28
SIMILAR1 = str(INPUT / "similar1")
0 commit comments