summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-03-16 16:46:39 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-03-16 16:46:39 -0400
commit9efa579d3273d7d0d04d730e1025637bdf59e3bd (patch)
tree5f4cd767c932211284dd88a480e3d91c74563abf /tests/conftest.py
parent624f3ac76be348a291264a53bb9ae808ba3034c8 (diff)
downloadcmd2-git-9efa579d3273d7d0d04d730e1025637bdf59e3bd.tar.gz
Fixing unit tests
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 5ee5dd58..58ec8ee0 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -15,7 +15,8 @@ import cmd2
# Help text for base cmd2.Cmd application
BASE_HELP = """Documented commands (type help <topic>):
========================================
-edit help history load py pyscript quit set shell shortcuts
+alias help load pyscript set shortcuts
+edit history py quit shell unalias
"""
# Help text for the history command