Functional tests for Redis transport

This commit is contained in:
Ask Solem 2010-11-11 15:15:49 +01:00
parent 917eb5c3bd
commit e8bfcaedcf
1 changed files with 9 additions and 0 deletions

View File

@ -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