Added test for whisper command.

This commit is contained in:
CloudKeeper1 2017-02-28 22:17:33 +11:00 committed by Griatch
parent 44fdbc49cb
commit 23a053c213

View file

@ -117,6 +117,9 @@ class TestGeneral(CommandTest):
def test_say(self):
self.call(general.CmdSay(), "Testing", "You say, \"Testing\"")
def test_whisper(self):
self.call(general.CmdWhisper(), "Obj = Testing", "You whisper Obj, \"Testing\"")
def test_access(self):
self.call(general.CmdAccess(), "", "Permission Hierarchy (climbing):")