Clean up all test suites
This commit is contained in:
parent
0f3b96886c
commit
19f920b6d4
41 changed files with 237 additions and 169 deletions
|
|
@ -16,7 +16,7 @@ import json
|
|||
|
||||
from mock import Mock, MagicMock
|
||||
from evennia.server.portal import irc
|
||||
from evennia.utils.test_resources import EvenniaTest
|
||||
from evennia.utils.test_resources import BaseEvenniaTest
|
||||
|
||||
from twisted.conch.telnet import IAC, WILL, DONT, SB, SE, NAWS, DO
|
||||
from twisted.test import proto_helpers
|
||||
|
|
@ -281,7 +281,7 @@ class TestTelnet(TwistedTestCase):
|
|||
return d
|
||||
|
||||
|
||||
class TestWebSocket(EvenniaTest):
|
||||
class TestWebSocket(BaseEvenniaTest):
|
||||
def setUp(self):
|
||||
super().setUp()
|
||||
self.proto = WebSocketClient()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue