diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-16 16:57:59 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-16 16:57:59 -0400 |
| commit | 101e715c72bca157bf519b01b1c1bcf40deecc41 (patch) | |
| tree | b637379ac188af79ee2d95ea771009a46ab80cbf /tests/test_cmd2.py | |
| parent | 408f673548d8c88dfc5ebec9dece154a2b71e57e (diff) | |
| download | cmd2-git-101e715c72bca157bf519b01b1c1bcf40deecc41.tar.gz | |
Fixed unit test
Diffstat (limited to 'tests/test_cmd2.py')
| -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: ====================== |
