2010-11-12 10:50:18 +00:00
|
|
|
from funtests import transport
|
2010-11-11 14:16:09 +00:00
|
|
|
|
|
|
|
|
|
|
|
class test_beanstalk(transport.TransportCase):
|
|
|
|
transport = "beanstalk"
|
|
|
|
prefix = "beanstalk"
|
|
|
|
event_loop_max = 10
|
|
|
|
|
|
|
|
def after_connect(self, connection):
|
|
|
|
connection.channel().client
|