We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c79121 commit fe3151aCopy full SHA for fe3151a
tests/_bootstrap_.py
@@ -2,4 +2,3 @@
2
import sys, os
3
if 'python-websockets-server' in os.getcwd():
4
sys.path.insert(0, '..')
5
- sys.path.insert(0, 'testsuit')
tests/message_lengths.py
@@ -1,7 +1,7 @@
1
import _bootstrap_
from websocket import WebSocketsServer
from time import sleep
-from messages import *
+from testsuite.messages import *
6
'''
7
This creates just a server that will send a different message to every new connection:
0 commit comments