mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 08:46:31 +01:00
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):
|
||||
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):")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue