Create hooks for the whisper command

This commit is contained in:
Vincent Le Goff 2017-03-28 12:07:17 -07:00
parent f11e92b2c0
commit a5b26df330
3 changed files with 81 additions and 7 deletions

View file

@ -128,7 +128,7 @@ class TestGeneral(CommandTest):
self.call(general.CmdSay(), "Testing", "You say, \"Testing\"")
def test_whisper(self):
self.call(general.CmdWhisper(), "Obj = Testing", "You whisper to Obj, \"Testing\"")
self.call(general.CmdWhisper(), "Obj = Testing", "You whisper to Obj, \"Testing\"", caller=self.char2)
def test_access(self):
self.call(general.CmdAccess(), "", "Permission Hierarchy (climbing):")