Autobahn websocket test has moved to a separate package.

This commit is contained in:
Ben Darnell 2012-08-29 13:33:00 -04:00
parent b76e79611c
commit 0148fda37b
2 changed files with 2 additions and 2 deletions

View File

@ -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'])

View File

@ -9,4 +9,4 @@ setupdir=../../..
commands = python -c pass
[testenv:py27]
deps = autobahn
deps = autobahntestsuite