mirror of https://github.com/celery/kombu.git
Added functional tests for CouchDb transport (not known to pass)
This commit is contained in:
parent
0c43ceb303
commit
c41b385428
|
@ -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
|
Loading…
Reference in New Issue