summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-09-05 02:35:07 -0400
committerGitHub <noreply@github.com>2020-09-05 02:35:07 -0400
commit6bd2f2cb5315795d037de349507a641c733481af (patch)
tree30e1f1101fe64f556ba4a10c5b3e30b9c2e9cf0a /tests/conftest.py
parent1054dda76b87d9f7f77311d8d804c1017b668996 (diff)
parente6a9a1c972e5e6195278966c6b134a2f450465e1 (diff)
downloadcmd2-git-6bd2f2cb5315795d037de349507a641c733481af.tar.gz
Merge pull request #993 from python-cmd2/completion_hints
Completion hint enhancements
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 5b1a6f05..73080b5c 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -93,6 +93,7 @@ SHORTCUTS_TXT = """Shortcuts for other commands:
# Output from the show command with default settings
SHOW_TXT = """allow_style: 'Terminal'
+always_show_hint: False
debug: False
echo: False
editor: 'vim'
@@ -104,6 +105,7 @@ timing: False
SHOW_LONG = """
allow_style: 'Terminal' # Allow ANSI text style sequences in output (valid values: Terminal, Always, Never)
+always_show_hint: False # Display tab completion hint even when completion suggestions print
debug: False # Show full traceback on exception
echo: False # Echo command issued into output
editor: 'vim' # Program used by 'edit'