summaryrefslogtreecommitdiff
path: root/tests/test_func.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-01-03 22:14:12 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-01-03 23:29:49 +0100
commitd0cc019a31f43de896419da1736b74b242266864 (patch)
treef609fb311217ee2f9c9821bb1c5af9f89ed13be5 /tests/test_func.py
parent60e284872d46c4bc67814b262a5389e0b1d14b94 (diff)
downloadpylint-git-d0cc019a31f43de896419da1736b74b242266864.tar.gz
Move excess escape functional test to new framework
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 c693cf4a9..f2cea5077 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) < 54, "Please do not add new test cases here."
+ assert len(tests) < 53, "Please do not add new test cases here."
return tests