summaryrefslogtreecommitdiff
path: root/tests/test_func.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-11-29 14:18:13 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-01-01 18:00:32 +0100
commit08b67ff83c2d4e11e7dbbe040e883dc5c5f5de54 (patch)
tree1ddd492d1d936c4d5a31c5a8d55fb61db19b95df /tests/test_func.py
parent9f0677827af88dd56e6a905d2d671bf2debd2ebf (diff)
downloadpylint-git-08b67ff83c2d4e11e7dbbe040e883dc5c5f5de54.tar.gz
Move func_disable_linebased to new functional tests
Diffstat (limited to 'tests/test_func.py')
-rw-r--r--tests/test_func.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_func.py b/tests/test_func.py
index 1fb4ee0f8..797d4fe03 100644
--- a/tests/test_func.py
+++ b/tests/test_func.py
@@ -125,7 +125,7 @@ def gen_tests(filter_rgx):
tests.append((module_file, messages_file, dependencies))
if UPDATE_FILE.exists():
return tests
- assert len(tests) < 196, "Please do not add new test cases here."
+ assert len(tests) < 55, "Please do not add new test cases here."
return tests