We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d2398 commit 7a5ebfeCopy full SHA for 7a5ebfe
tests/test_argparse.py
@@ -258,4 +258,3 @@ def test_subcommand_help(subcommand_app):
258
def test_subcommand_invalid_help(subcommand_app):
259
out = run_cmd(subcommand_app, 'help base baz')
260
assert out[0].startswith('usage: base')
261
- assert out[1].startswith("base: error: invalid choice: 'baz'")
0 commit comments