kombu/funtests/tests/test_amqplib.py

12 lines
251 B
Python
Raw Normal View History

from __future__ import absolute_import, unicode_literals
from funtests import transport
2010-06-29 15:31:56 +00:00
2016-04-05 21:57:00 +00:00
from kombu.tests.case import skip
2010-06-29 15:31:56 +00:00
2016-04-05 21:57:00 +00:00
@skip.unless_module('amqplib')
class test_amqplib(transport.TransportCase):
2013-04-15 16:44:13 +00:00
transport = 'amqplib'
prefix = 'amqplib'