kombu/funtests/tests/test_amqplib.py

7 lines
127 B
Python

from funtests import transport
class test_amqplib(transport.TransportCase):
transport = "amqplib"
prefix = "amqplib"