diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_argparse_completer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_argparse_completer.py b/tests/test_argparse_completer.py index f2a0b01e..c1392676 100644 --- a/tests/test_argparse_completer.py +++ b/tests/test_argparse_completer.py @@ -288,6 +288,7 @@ def test_help(ac_app, command): ('music crea', 'jazz', []), ('music create', 'foo', []), ('fake create', '', []), + ('music fake', '', []) ]) def test_complete_help(ac_app, command, text, completions): line = 'help {} {}'.format(command, text) |