kombu/funtests/tests/test_qpid.py

10 lines
191 B
Python
Raw Normal View History

from funtests import transport
2016-04-05 21:57:00 +00:00
from kombu.tests.case import skip
2015-10-03 01:00:30 +00:00
2016-04-05 21:57:00 +00:00
@skip.unless_module('qpid.messaging')
class test_qpid(transport.TransportCase):
transport = 'qpid'
prefix = 'qpid'