summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-09-19 14:06:33 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-09-19 16:19:58 +0200
commitfbc9e663473fa0416779f1d71109b4123f6c3365 (patch)
tree45dfb4964009038c514ad36e9604fa5e4b4c8f75 /tests
parentfe3436efb0ec10677ba1539ac02e26cb3f852cbb (diff)
downloadpylint-git-fbc9e663473fa0416779f1d71109b4123f6c3365.tar.gz
Accept a comma-separated list of messages IDs in ``--help-msg`` (#7490)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_self.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_self.py b/tests/test_self.py
index f2587c5c7..c382edb19 100644
--- a/tests/test_self.py
+++ b/tests/test_self.py
@@ -1229,6 +1229,7 @@ class TestCallbackOptions:
[["--help-msg", "W0101"], ":unreachable (W0101)", False],
[["--help-msg", "WX101"], "No such message id", False],
[["--help-msg"], "--help-msg: expected at least one argumen", True],
+ [["--help-msg", "C0102,C0103"], ":invalid-name (C0103):", False],
],
)
def test_help_msg(