Skip to content

Commit

Permalink
Expose UnittestLinter in testutils after 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LefterisJP authored and Pierre-Sassoulas committed Feb 22, 2021
1 parent da2473d commit f7220ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pylint/testutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"GenericTestReporter",
"UPDATE_FILE",
"UPDATE_OPTION",
"UnittestLinter",
]

from pylint.testutils.checker_test_case import CheckerTestCase
Expand All @@ -52,3 +53,4 @@
from pylint.testutils.output_line import Message
from pylint.testutils.reporter_for_tests import GenericTestReporter, MinimalTestReporter
from pylint.testutils.tokenize_str import _tokenize_str
from pylint.testutils.unittest_linter import UnittestLinter

0 comments on commit f7220ea

Please sign in to comment.