X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Ftests%2Fselftest.py;fp=mudpy%2Ftests%2Fselftest.py;h=1b2de6ab2c23cb04acd58c7b1c8a06cef3e0f023;hp=56549da87ba199c2847b0fc113e7c0b92945a683;hb=edddf0499e537e611ac1b8de5d960ce13b434d3e;hpb=a93dc77b0d77e622834f524e2060d516b47bbc58 diff --git a/mudpy/tests/selftest.py b/mudpy/tests/selftest.py index 56549da..1b2de6a 100644 --- a/mudpy/tests/selftest.py +++ b/mudpy/tests/selftest.py @@ -215,6 +215,11 @@ test_admin_help = ( (2, "This will save all active accounts", ""), ) +test_help = ( + (0, "> ", "help say"), + (0, r"See also: .*chat.*> ", ""), +) + test_abbrev = ( (0, "> ", "h"), (0, r"h\[elp\].*m\[ove\].*> ", "he mo"), @@ -353,6 +358,7 @@ dialogue = ( (test_telnet_unknown_option, "log unknown telnet option"), (test_admin_restriction, "restricted admin commands"), (test_admin_help, "admin help"), + (test_help, "help command"), (test_abbrev, "command abbreviation"), (test_reload, "reload"), (test_set_facet, "set facet"),