From 6efc900396f4b55999c1fc1431deb49f794c1be5 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Fri, 8 Oct 2021 17:19:04 +0200 Subject: Reorganize regression tests (#5130) * Revert folder file limit - functional tests * Move some regression tests --- tests/test_functional.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/test_functional.py') 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): -- cgit v1.2.1