bkjones / pyrabbit

A Python module to communicate w/ the RabbitMQ HTTP Management API
http://pyrabbit.readthedocs.org
BSD 3-Clause "New" or "Revised" License
97 stars 86 forks source link

Added method get_channel by name #9

Closed xmm closed 11 years ago

xmm commented 11 years ago

and fixed a bug in a method has_admin_rights.

tested on rabbit 3.0.1

bkjones commented 11 years ago

Thanks very much for your contribution. In order to be merged, however, this code must be tested. You can either write tests for this code (see tests/test_pyrabbit.py), or wait for me to find the time to write the tests myself.

Thanks again for submitting this code. The feature will be nice to have.

xmm commented 11 years ago

Ran 28 tests in 0.006s

OK