summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEric Lin <anselor@gmail.com>2018-05-19 16:00:40 -0400
committerEric Lin <anselor@gmail.com>2018-05-19 16:00:40 -0400
commit17159bf39da073deebe3d255e2dd017c074a4ac2 (patch)
treea72dc5c1df859e547157509b47809c619a4ae98f /tests
parent1c1da0273faf3ab2316b4af9281cf15869b3da20 (diff)
downloadcmd2-git-17159bf39da073deebe3d255e2dd017c074a4ac2.tar.gz
Added new command to test validation.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_autocompletion.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_autocompletion.py b/tests/test_autocompletion.py
index 5132a1d8..e0a71831 100644
--- a/tests/test_autocompletion.py
+++ b/tests/test_autocompletion.py
@@ -168,7 +168,7 @@ def test_autocomp_subcmd_nested(cmd2_app):
first_match = complete_tester(text, line, begidx, endidx, cmd2_app)
assert first_match is not None and \
- cmd2_app.completion_matches == ['add', 'delete', 'list']
+ cmd2_app.completion_matches == ['add', 'delete', 'list', 'load']
def test_autocomp_subcmd_flag_choices_append(cmd2_app):