diff --git a/kombu/tests/test_functional/test_redis.py b/kombu/tests/test_functional/test_redis.py new file mode 100644 index 00000000..60e4c91d --- /dev/null +++ b/kombu/tests/test_functional/test_redis.py @@ -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