Skip to content

Commit 0148fda

Browse files
committed
Autobahn websocket test has moved to a separate package.
1 parent b76e796 commit 0148fda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

maint/test/websocket/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from tornado.options import options, define, parse_command_line
44
from twisted.python import log
55
from twisted.internet import reactor
6-
from autobahn.fuzzing import FuzzingClientFactory
6+
from autobahntestsuite.fuzzing import FuzzingClientFactory
77

88
define('servers', type=str, multiple=True,
99
default=['Tornado=ws://localhost:9000'])

maint/test/websocket/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ setupdir=../../..
99
commands = python -c pass
1010

1111
[testenv:py27]
12-
deps = autobahn
12+
deps = autobahntestsuite

0 commit comments

Comments
 (0)