From b5dbfda509af5dc3e8a4a5328fba8604c32eb492 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Fri, 16 Mar 2018 16:57:21 -0400 Subject: Fix for custom_help test --- tests/test_cmd2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test_cmd2.py') 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 ): ======================================== -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: ====================== -- cgit v1.2.1