mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 16:26:30 +01:00
Fixed unittests for wclient branch
This commit is contained in:
parent
3d6fa94d9a
commit
ad158e1816
2 changed files with 3 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ class TestPlayer(CommandTest):
|
|||
self.call(player.CmdPassword(), "testpassword = testpassword", "Password changed.", caller=self.player)
|
||||
|
||||
def test_option(self):
|
||||
self.call(player.CmdOption(), "", "Encoding:", caller=self.player)
|
||||
self.call(player.CmdOption(), "", "Client settings", caller=self.player)
|
||||
|
||||
def test_who(self):
|
||||
self.call(player.CmdWho(), "", "Players:", caller=self.player)
|
||||
|
|
|
|||
|
|
@ -188,6 +188,8 @@ def get_value(session, *args, **kwargs):
|
|||
|
||||
"""
|
||||
|
||||
|
||||
|
||||
def repeat(session, *args, **kwargs):
|
||||
"""
|
||||
Call a named
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue