kombu/funtests/tests/test_mongodb.py

11 lines
230 B
Python
Raw Normal View History

from funtests import transport
class test_mongodb(transport.TransportCase):
transport = "mongodb"
prefix = "mongodb"
event_loop_max = 100
def after_connect(self, connection):
connection.channel().client