Updated unittests for new options command.

This commit is contained in:
Griatch 2015-03-17 00:06:14 +01:00
parent 4f384dc514
commit ac277b1e5f

View file

@ -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)