summaryrefslogtreecommitdiff
path: root/tests/test_func.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-07 21:38:33 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-07 22:59:36 +0100
commite1a7f0afa8f8a55587b99eb6a3fde7d0510e6b49 (patch)
tree94ce76bd53e757922eaf60e574158b78120bcf0a /tests/test_func.py
parenta8fea87b9bc8c2a3e4a4ba5f13b94c1857726c67 (diff)
downloadpylint-git-e1a7f0afa8f8a55587b99eb6a3fde7d0510e6b49.tar.gz
Migrate func_logging_not_lazy_with_logger 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 6b4464fa4..6cc5dbd87 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) < 53, "Please do not add new test cases here."
+ assert len(tests) < 49, "Please do not add new test cases here."
return tests