summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-03-02 19:12:53 -0500
committerGitHub <noreply@github.com>2018-03-02 19:12:53 -0500
commit388d48682823a192d349ad877b1fd1ae5d92df44 (patch)
tree3b5b1d9822b947b854dd753be552a8b37fce8077 /tests/conftest.py
parent17781f27c49b961526c7e3a5302482744e6a038b (diff)
parentfa9479c228ab498eac8bd91b79bb0b8d04d0be1a (diff)
downloadcmd2-git-388d48682823a192d349ad877b1fd1ae5d92df44.tar.gz
Merge pull request #292 from python-cmd2/abbrev
Removed abbrev attribute
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 319e54fe..5ee5dd58 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -53,8 +53,7 @@ expect_colors = True
if sys.platform.startswith('win'):
expect_colors = False
# Output from the show command with default settings
-SHOW_TXT = """abbrev: False
-colors: {}
+SHOW_TXT = """colors: {}
continuation_prompt: >
debug: False
echo: False
@@ -71,7 +70,6 @@ if expect_colors:
else:
color_str = 'False'
SHOW_LONG = """
-abbrev: False # Accept abbreviated commands
colors: {} # Colorized output (*nix only)
continuation_prompt: > # On 2nd+ line of input
debug: False # Show full error stack on error