summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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(