summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-11-12 16:03:31 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-11-12 16:03:31 -0500
commitd37f2cc896f2ac5147885c9ed30284df28a09422 (patch)
tree418221b4ff5bbac3b900964022b5cc6072b88780 /tests
parentf02cf54284c4feacee5647d29665158fa5137f5f (diff)
parentbaf0392007659d069a7fed543335ac5e0e937556 (diff)
downloadcmd2-git-d37f2cc896f2ac5147885c9ed30284df28a09422.tar.gz
Merge branch 'master' into 2.0
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_completion.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_completion.py b/tests/test_completion.py
index 48f93a5a..a9f2a51b 100755
--- a/tests/test_completion.py
+++ b/tests/test_completion.py
@@ -971,6 +971,7 @@ def test_complete_set_value(cmd2_app):
first_match = complete_tester(text, line, begidx, endidx, cmd2_app)
assert first_match == "SUCCESS "
+ assert cmd2_app.completion_hint == "Hint:\n value a settable param\n"
def test_complete_set_value_invalid_settable(cmd2_app, capsys):
text = ''