Added functional tests for CouchDb transport (not known to pass)

This commit is contained in:
Ask Solem 2010-11-12 11:00:35 +01:00
parent 0c43ceb303
commit c41b385428
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
from kombu.tests.test_functional import transport
class test_couchdb(transport.TransportCase):
transport = "couchdb"
prefix = "couchdb"
event_loop_max = 100
def after_connect(self, connection):
connection.channel().client