From d0d98f0aea35fcd378fc93f02d8449030b1ba454 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 2 Mar 2018 17:28:52 -0500 Subject: Removed abbrev attribute --- tests/conftest.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/conftest.py') 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 -- cgit v1.2.1