diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-25 18:30:46 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-25 18:30:46 -0400 |
commit | 7a5ebfeb45b552a93175be641105a38d016ce19a (patch) | |
tree | 557661be8fe5a21453b960d539671b59bc98a567 /tests/test_argparse.py | |
parent | 45d2398b3023543ed1615115db5d35b1fd65dc5b (diff) | |
download | cmd2-git-7a5ebfeb45b552a93175be641105a38d016ce19a.tar.gz |
Fixed unit test
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'") |