mirror of https://github.com/celery/kombu.git
11 lines
236 B
Python
11 lines
236 B
Python
![]() |
from funtests import transport
|
||
|
|
||
|
|
||
|
class test_zookeeper(transport.TransportCase):
|
||
|
transport = "zookeeper"
|
||
|
prefix = "zookeeper"
|
||
|
event_loop_max = 100
|
||
|
|
||
|
def after_connect(self, connection):
|
||
|
connection.channel().client
|