Skip to content

Commit

Permalink
[testutil] Remove unused variable from find_functional_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Mar 28, 2023
1 parent 7effecf commit 8f0de6d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pylint/testutils/functional/find_functional_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
from pylint.testutils.functional.test_file import FunctionalTestFile

REASONABLY_DISPLAYABLE_VERTICALLY = 49
"""'Wet finger' number of files that are reasonable to display by an IDE."""
SHOULD_BE_IN_THE_SAME_DIRECTORY = 5
"""'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'.
"""

IGNORED_PARENT_DIRS = {
"deprecated_relative_import",
Expand Down

0 comments on commit 8f0de6d

Please sign in to comment.