From ed56264038258c24eda81d6f897b7b64cc0dc948 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 13 Sep 2019 17:59:04 -0400 Subject: Increased code coverage --- tests/test_argparse_completer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test_argparse_completer.py') diff --git a/tests/test_argparse_completer.py b/tests/test_argparse_completer.py index e6fadfa9..f2a0b01e 100644 --- a/tests/test_argparse_completer.py +++ b/tests/test_argparse_completer.py @@ -286,7 +286,8 @@ def test_help(ac_app, command): ('music', 'creab', []), ('music create', '', ['jazz', 'rock']), ('music crea', 'jazz', []), - ('music create', 'foo', []) + ('music create', 'foo', []), + ('fake create', '', []), ]) def test_complete_help(ac_app, command, text, completions): line = 'help {} {}'.format(command, text) -- cgit v1.2.1