summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-15 11:39:16 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-15 11:39:16 -0400
commitbff6e04607ea9bede7bc981755cdf41740c15462 (patch)
treea653a9fe4a63a6fe6f840e6c17394204bbc99594 /tests
parent87702b56c5b146ef9ce867343ceaa675ae9c1c21 (diff)
downloadcmd2-git-bff6e04607ea9bede7bc981755cdf41740c15462.tar.gz
Make max_completion_items settable
Diffstat (limited to 'tests')
-rw-r--r--tests/conftest.py2
-rw-r--r--tests/transcripts/regex_set.txt1
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 8040c21d..c0aea4a6 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -95,6 +95,7 @@ echo: False
editor: vim
feedback_to_output: False
locals_in_py: False
+max_completion_items: 50
prompt: (Cmd)
quiet: False
timing: False
@@ -108,6 +109,7 @@ echo: False # Echo command issued into output
editor: vim # Program used by ``edit``
feedback_to_output: False # Include nonessentials in `|`, `>` results
locals_in_py: False # Allow access to your application in py via self
+max_completion_items: 50 # Maximum number of CompletionItems to display during tab completion
prompt: (Cmd) # The prompt issued to solicit input
quiet: False # Don't print nonessential feedback
timing: False # Report execution times
diff --git a/tests/transcripts/regex_set.txt b/tests/transcripts/regex_set.txt
index 02bc9875..fdcca3a8 100644
--- a/tests/transcripts/regex_set.txt
+++ b/tests/transcripts/regex_set.txt
@@ -11,6 +11,7 @@ echo: False
editor: /.*/
feedback_to_output: False
locals_in_py: False
+max_completion_items: 50
maxrepeats: 3
prompt: (Cmd)/ /
quiet: False