We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178c7c6 commit 7702955Copy full SHA for 7702955
pylint/testutils/functional/find_functional_tests.py
@@ -11,9 +11,10 @@
11
from pylint.testutils.functional.test_file import FunctionalTestFile
12
13
REASONABLY_DISPLAYABLE_VERTICALLY = 49
14
-"""'Wet finger' number of files that are reasonable to display by an IDE."""
15
-SHOULD_BE_IN_THE_SAME_DIRECTORY = 5
16
-"""'Wet finger' as in 'in my settings there are precisely this many'."""
+"""'Wet finger' number of files that are reasonable to display by an IDE.
+
+'Wet finger' as in 'in my settings there are precisely this many'.
17
+"""
18
19
IGNORED_PARENT_DIRS = {
20
"deprecated_relative_import",
0 commit comments