diff options
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index 530c70a1..4b12f5cd 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -46,6 +46,7 @@ if sys.platform.startswith('win'): expect_colors = False # Output from the show command with default settings SHOW_TXT = """abbrev: True +autorun_on_edit: True case_insensitive: True colors: {} continuation_prompt: > @@ -64,6 +65,7 @@ if expect_colors: else: color_str = 'False' SHOW_LONG = """abbrev: True # Accept abbreviated commands +autorun_on_edit: True # Automatically run files after editing case_insensitive: True # upper- and lower-case both OK colors: {} # Colorized output (*nix only) continuation_prompt: > # On 2nd+ line of input |