mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 15:37:17 +02:00
Updated unittests for new options command.
This commit is contained in:
parent
4f384dc514
commit
ac277b1e5f
1 changed files with 2 additions and 2 deletions
|
|
@ -180,8 +180,8 @@ class TestPlayer(CommandTest):
|
|||
def test_password(self):
|
||||
self.call(player.CmdPassword(), "testpassword = testpassword", "Password changed.", caller=self.player)
|
||||
|
||||
def test_encoding(self):
|
||||
self.call(player.CmdEncoding(), "", "Default encoding:", caller=self.player)
|
||||
def test_option(self):
|
||||
self.call(player.CmdOption(), "", "Encoding:", caller=self.player)
|
||||
|
||||
def test_who(self):
|
||||
self.call(player.CmdWho(), "", "Players:", caller=self.player)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue