summaryrefslogtreecommitdiff
path: root/tests/test_functional.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-28 19:50:59 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-03 18:38:20 +0100
commit5bb0095aa122fd75108dc8049193b55b987ef224 (patch)
treec46e8ad64c446004bc72316c78aa25a305019fbe /tests/test_functional.py
parentbb3c4467374a31b713099a14f800fa3d5b6a4650 (diff)
downloadpylint-git-5bb0095aa122fd75108dc8049193b55b987ef224.tar.gz
Add typing to LintModuleOutputUpdate._check_output_text
Better typing for test options and fix existing issue
Diffstat (limited to 'tests/test_functional.py')
-rw-r--r--tests/test_functional.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_functional.py b/tests/test_functional.py
index c877db49b..eb923401d 100644
--- a/tests/test_functional.py
+++ b/tests/test_functional.py
@@ -34,9 +34,9 @@ from pylint import testutils
from pylint.testutils import UPDATE_FILE, UPDATE_OPTION
from pylint.testutils.functional import (
FunctionalTestFile,
+ LintModuleOutputUpdate,
get_functional_test_files_from_directory,
)
-from pylint.testutils.functional.lint_module_output_update import LintModuleOutputUpdate
from pylint.utils import HAS_ISORT_5
# TODOs