kombu/funtests/tests/test_pyamqp.py

7 lines
124 B
Python
Raw Normal View History

2012-07-24 13:33:59 +00:00
from funtests import transport
class test_pyamqp(transport.TransportCase):
2013-04-15 16:44:13 +00:00
transport = 'pyamqp'
prefix = 'pyamqp'