예제 #1
0
파일: tests.py 프로젝트: phantummm/evennia
 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())
예제 #2
0
파일: tests.py 프로젝트: warmb2009/muddery
 def test_help(self):
     self.call(help.CmdHelp(), "", "Command help entries", cmdset=CharacterCmdSet())