mirror of https://github.com/celery/kombu.git
Functional tests for Redis transport
This commit is contained in:
parent
917eb5c3bd
commit
e8bfcaedcf
|
@ -0,0 +1,9 @@
|
|||
from kombu.tests.test_functional import transport
|
||||
|
||||
|
||||
class test_redis(transport.TransportCase):
|
||||
transport = "redis"
|
||||
prefix = "redis"
|
||||
|
||||
def after_connect(self, connection):
|
||||
connection.channel().client
|
Loading…
Reference in New Issue