Julian Hille
Julian Hille
Cause i was a bit lazy recipe documentation and recipe documentation aren't not generated or located at the same directory. This should be joined and the generation should be the...
Added a parameter to ignore the platform check. As a developer i would like to be able to force the installation. This works with: ``` python setup.py install --no-platform-check ```...
The link pointed to the html / ui version of the file but it needs to be the raw file to be used as requirements file for pip. Fixes #20
Relates to and shows that #381 is not an issue anymore. Closes #381
## issue It would be awesome to be able to add custom table rows to the output. The way the html reporter has the ability to add custom data.
## Issue Binding to an exchange should happen on every failure in the listening loop. I've seen several times (not sure what exactly triggers it), that if rabbitmq goes down...