summaryrefslogtreecommitdiff
path: root/tests/test_func.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-11-29 15:39:35 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-01-01 18:00:32 +0100
commitbf2985a5796c35fcd808d04964be7fc224f4bb88 (patch)
tree27672ad22d87487148509f5a2ab1486100ced2af /tests/test_func.py
parent08b67ff83c2d4e11e7dbbe040e883dc5c5f5de54 (diff)
downloadpylint-git-bf2985a5796c35fcd808d04964be7fc224f4bb88.tar.gz
Move func_bug113231 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 797d4fe03..c693cf4a9 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) < 55, "Please do not add new test cases here."
+ assert len(tests) < 54, "Please do not add new test cases here."
return tests