summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-04 23:36:49 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-04 23:36:49 -0500
commitd812fbc4d6dbd31c643caf4f8561f47ee8cb58aa (patch)
treecf4e4e3440fce1c98084d31e05194fe4265cdf9a /tests
parented83f7cfedfdcf8620e0feb9a8c6b98cd69dda16 (diff)
downloadcmd2-git-d812fbc4d6dbd31c643caf4f8561f47ee8cb58aa.tar.gz
Removed unnecessary inheritance from object
Diffstat (limited to 'tests')
-rw-r--r--tests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 51345881..9e3e2798 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -102,7 +102,7 @@ SHOW_LONG = """
allow_style: 'Terminal' # Allow ANSI text style sequences in output (valid values: Terminal, Always, Never)
debug: False # Show full error stack on error
echo: False # Echo command issued into output
-editor: 'vim' # Program used by `edit`
+editor: 'vim' # Program used by 'edit'
feedback_to_output: False # Include nonessentials in '|', '>' results
max_completion_items: 50 # Maximum number of CompletionItems to display during tab completion
quiet: False # Don't print nonessential feedback