Skip to content

Commit ed56264

Browse files
committed
Increased code coverage
1 parent 95174ff commit ed56264

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_argparse_completer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ def test_help(ac_app, command):
286286
('music', 'creab', []),
287287
('music create', '', ['jazz', 'rock']),
288288
('music crea', 'jazz', []),
289-
('music create', 'foo', [])
289+
('music create', 'foo', []),
290+
('fake create', '', []),
290291
])
291292
def test_complete_help(ac_app, command, text, completions):
292293
line = 'help {} {}'.format(command, text)

0 commit comments

Comments
 (0)