Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

tests to see if we can use pyrabbitmq in testcase #48

Closed dzen closed 8 years ago

dzen commented 8 years ago

A little test to see if we can use the rabbitmq http API to manage virtualenv instead of doing a subprocess.

dzen commented 8 years ago

The aim is to simplify the tests configuration by using pyrabbitmq, a wrapper around the RabbitMQ http API to manage the vhost.

dzen commented 8 years ago

@mpaolini I rewrote the TestCase to let it manage the vhost on which the test are run against.

you normally do not have to be sudo, and make test should work as expected.