summaryrefslogtreecommitdiff
path: root/tests/test_self.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-13 17:47:55 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-13 17:47:55 +0200
commit30042ece14dd32d6569e04c8984ece95f00ecc21 (patch)
treef07839400ac214d2e92a7e4e9155f27748993c25 /tests/test_self.py
parentac244bce7d27a766f4639ab035ab458e19dcb314 (diff)
parent57014d6a45672d76f6a58a9533ff998268525165 (diff)
downloadpylint-git-30042ece14dd32d6569e04c8984ece95f00ecc21.tar.gz
Merge branch 'maintenance/2.13.x' into main following 2.13.9 release
Diffstat (limited to 'tests/test_self.py')
-rw-r--r--tests/test_self.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_self.py b/tests/test_self.py
index a073c735b..38dea4257 100644
--- a/tests/test_self.py
+++ b/tests/test_self.py
@@ -1276,7 +1276,7 @@ class TestRunTC:
[
join(HERE, "regrtest_data", "directory"),
"--recursive=y",
- "--ignore-pattern=ignored_.*",
+ "--ignore-patterns=ignored_.*",
],
code=0,
)
@@ -1285,7 +1285,7 @@ class TestRunTC:
[
join(HERE, "regrtest_data", "directory"),
"--recursive=y",
- "--ignore-pattern=failing.*",
+ "--ignore-patterns=failing.*",
],
code=0,
)
@@ -1300,7 +1300,7 @@ class TestRunTC:
[
join(HERE, "regrtest_data", "directory"),
"--recursive=y",
- "--ignore-path=.*ignored.*",
+ "--ignore-paths=.*ignored.*",
],
code=0,
)
@@ -1309,7 +1309,7 @@ class TestRunTC:
[
join(HERE, "regrtest_data", "directory"),
"--recursive=y",
- "--ignore-path=.*failing.*",
+ "--ignore-paths=.*failing.*",
],
code=0,
)