summaryrefslogtreecommitdiff
path: root/pylint/testutils/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/testutils/__init__.py')
-rw-r--r--pylint/testutils/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pylint/testutils/__init__.py b/pylint/testutils/__init__.py
index d059417db..348d2bf36 100644
--- a/pylint/testutils/__init__.py
+++ b/pylint/testutils/__init__.py
@@ -38,11 +38,11 @@ __all__ = [
"Message",
"MinimalTestReporter",
"set_config",
- "TestReporter",
+ "GenericTestReporter",
"UPDATE_OPTION",
]
-from pylint.testutils.test_reporter import MinimalTestReporter, TestReporter
+from pylint.testutils.reporter_for_tests import GenericTestReporter, MinimalTestReporter
from pylint.testutils.utils import (
UPDATE_OPTION,
CheckerTestCase,