kombu/funtests/tests/test_pyamqp.py

7 lines
124 B
Python

from funtests import transport
class test_pyamqp(transport.TransportCase):
transport = "pyamqp"
prefix = "pyamqp"