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