summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-01-16 21:17:21 -0700
committerkotfu <kotfu@kotfu.net>2018-01-16 21:17:21 -0700
commitfd5750fbcc19ab719d803e6d8355633523ae2842 (patch)
treef1341d0c514812610491ba9107eab2dc562acff4 /tests/conftest.py
parentd8ade122f0cd23dfcad18872536cc3709334e77f (diff)
downloadcmd2-git-fd5750fbcc19ab719d803e6d8355633523ae2842.tar.gz
do_edit() no longer edits history, just files #252
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 89a3bbf8..387322b1 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -53,7 +53,6 @@ if sys.platform.startswith('win'):
expect_colors = False
# Output from the show command with default settings
SHOW_TXT = """abbrev: False
-autorun_on_edit: False
colors: {}
continuation_prompt: >
debug: False
@@ -72,7 +71,6 @@ else:
color_str = 'False'
SHOW_LONG = """
abbrev: False # Accept abbreviated commands
-autorun_on_edit: False # Automatically run files after editing
colors: {} # Colorized output (*nix only)
continuation_prompt: > # On 2nd+ line of input
debug: False # Show full error stack on error