kombu/funtests/tests/test_redis.py

11 lines
230 B
Python
Raw Normal View History

from funtests import transport
2010-11-11 14:15:49 +00:00
class test_redis(transport.TransportCase):
transport = "redis"
prefix = "redis"
def after_connect(self, connection):
client = connection.channel().client
client.info()