diff options
author | kotfu <kotfu@kotfu.net> | 2018-01-16 21:17:21 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-01-16 21:17:21 -0700 |
commit | fd5750fbcc19ab719d803e6d8355633523ae2842 (patch) | |
tree | f1341d0c514812610491ba9107eab2dc562acff4 /tests/conftest.py | |
parent | d8ade122f0cd23dfcad18872536cc3709334e77f (diff) | |
download | cmd2-git-fd5750fbcc19ab719d803e6d8355633523ae2842.tar.gz |
do_edit() no longer edits history, just files #252
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 2 |
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 |