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