Autobahn websocket test has moved to a separate package.
This commit is contained in:
parent
b76e79611c
commit
0148fda37b
|
@ -3,7 +3,7 @@ import sys
|
|||
from tornado.options import options, define, parse_command_line
|
||||
from twisted.python import log
|
||||
from twisted.internet import reactor
|
||||
from autobahn.fuzzing import FuzzingClientFactory
|
||||
from autobahntestsuite.fuzzing import FuzzingClientFactory
|
||||
|
||||
define('servers', type=str, multiple=True,
|
||||
default=['Tornado=ws://localhost:9000'])
|
||||
|
|
|
@ -9,4 +9,4 @@ setupdir=../../..
|
|||
commands = python -c pass
|
||||
|
||||
[testenv:py27]
|
||||
deps = autobahn
|
||||
deps = autobahntestsuite
|
||||
|
|
Loading…
Reference in New Issue