Example #1
0
 def test_set_help(self):
     self.call(help.CmdSetHelp(), "testhelp, General = This is a test",
               "Topic 'testhelp' was successfully created.")
     self.call(help.CmdHelp(),
               "testhelp",
               "Help for testhelp",
               cmdset=CharacterCmdSet())
Example #2
0
 def test_help(self):
     self.call(help.CmdHelp(), "", "Command help entries", cmdset=CharacterCmdSet())