diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-16 16:57:21 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-16 16:57:21 -0400 |
commit | b5dbfda509af5dc3e8a4a5328fba8604c32eb492 (patch) | |
tree | b637379ac188af79ee2d95ea771009a46ab80cbf | |
parent | 408f673548d8c88dfc5ebec9dece154a2b71e57e (diff) | |
download | cmd2-git-b5dbfda509af5dc3e8a4a5328fba8604c32eb492.tar.gz |
Fix for custom_help test
-rw-r--r-- | tests/test_cmd2.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index fd37e25e..50b34949 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -1044,7 +1044,8 @@ def test_custom_help_menu(help_app): expected = normalize(""" Documented commands (type help <topic>): ======================================== -edit help history load py pyscript quit set shell shortcuts squat +alias help load pyscript set shortcuts unalias +edit history py quit shell squat Undocumented commands: ====================== |