Added test for whisper command.
This commit is contained in:
parent
44fdbc49cb
commit
23a053c213
1 changed files with 3 additions and 0 deletions
|
|
@ -117,6 +117,9 @@ class TestGeneral(CommandTest):
|
||||||
def test_say(self):
|
def test_say(self):
|
||||||
self.call(general.CmdSay(), "Testing", "You say, \"Testing\"")
|
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):
|
def test_access(self):
|
||||||
self.call(general.CmdAccess(), "", "Permission Hierarchy (climbing):")
|
self.call(general.CmdAccess(), "", "Permission Hierarchy (climbing):")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue