diff options
Diffstat (limited to 'tests/test_argparse.py')
-rw-r--r-- | tests/test_argparse.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_argparse.py b/tests/test_argparse.py index bf20710b..0939859a 100644 --- a/tests/test_argparse.py +++ b/tests/test_argparse.py @@ -258,4 +258,3 @@ def test_subcommand_help(subcommand_app): def test_subcommand_invalid_help(subcommand_app): out = run_cmd(subcommand_app, 'help base baz') assert out[0].startswith('usage: base') - assert out[1].startswith("base: error: invalid choice: 'baz'") |