summaryrefslogtreecommitdiff
path: root/tests/test_func.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-09 20:37:14 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-14 19:48:30 +0100
commitcd50f416aeb1f8b66f152bdbf941b7a149a5939c (patch)
treea12c018fa5cea69a76c983510faa63c1d8cb6868 /tests/test_func.py
parentd361b80acb0b4ba07c9586840847f8c3ac668568 (diff)
downloadpylint-git-cd50f416aeb1f8b66f152bdbf941b7a149a5939c.tar.gz
Migrate func_e12xx.py 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 170055918..f96e53c28 100644
--- a/tests/test_func.py
+++ b/tests/test_func.py
@@ -120,7 +120,7 @@ def gen_tests(filter_rgx):
tests.append((module_file, messages_file, dependencies))
if UPDATE_FILE.exists():
return tests
- assert len(tests) < 28, "Please do not add new test cases here."
+ assert len(tests) < 19, "Please do not add new test cases here."
return tests