diff options
| author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-10-08 17:19:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-08 17:19:04 +0200 |
| commit | 6efc900396f4b55999c1fc1431deb49f794c1be5 (patch) | |
| tree | 18eb7fa613e208be89063f4f888c1a58931e61c0 /tests/test_functional.py | |
| parent | 2a343e8d5350d8944948db72a75494faf2dd653a (diff) | |
| download | pylint-git-6efc900396f4b55999c1fc1431deb49f794c1be5.tar.gz | |
Reorganize regression tests (#5130)
* Revert folder file limit - functional tests
* Move some regression tests
Diffstat (limited to 'tests/test_functional.py')
| -rw-r--r-- | tests/test_functional.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_functional.py b/tests/test_functional.py index 9b1f8ea7a..513823a05 100644 --- a/tests/test_functional.py +++ b/tests/test_functional.py @@ -45,8 +45,7 @@ from pylint.utils import HAS_ISORT_5 # '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'. -# TODO revert back to 48 after reorganizing r/regression # pylint: disable=fixme -REASONABLY_DISPLAYABLE_VERTICALLY = 60 +REASONABLY_DISPLAYABLE_VERTICALLY = 48 class LintModuleOutputUpdate(testutils.LintModuleTest): |
