コード例 #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())