mirror of https://github.com/celery/kombu.git
7 lines
124 B
Python
7 lines
124 B
Python
|
from funtests import transport
|
||
|
|
||
|
|
||
|
class test_pyamqp(transport.TransportCase):
|
||
|
transport = "pyamqp"
|
||
|
prefix = "pyamqp"
|