From 59528a925300d67d05b5504441e0a4d7ea072acc Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 12 Nov 2020 13:26:19 -0500 Subject: Fixed bug where setting always_show_hint=True did not show a hint when completing Settables --- tests/test_completion.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/test_completion.py b/tests/test_completion.py index 48a055d0..db243f48 100755 --- a/tests/test_completion.py +++ b/tests/test_completion.py @@ -972,6 +972,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 = '' -- cgit v1.2.1