aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_language_websocket.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_language_websocket.py')
-rw-r--r--test/test_language_websocket.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_language_websocket.py b/test/test_language_websocket.py
index 107f3427..8878f355 100644
--- a/test/test_language_websocket.py
+++ b/test/test_language_websocket.py
@@ -10,6 +10,7 @@ def parse_request(s):
class TestWebsocketFrame:
+
def _test_messages(self, specs, message_klass):
for i in specs:
wf = parse_request(i)