Emplocity / nameko-prometheus

Prometheus metrics collector and exporter for nameko microservice framework
https://pypi.org/project/nameko-prometheus/
Other
19 stars 5 forks source link

Tests that actually do something #2

Closed zsiciarz closed 4 years ago

zsiciarz commented 5 years ago

At this time Travis CI runs tests, but the tests themselves are meaningless. Let's flesh them out.

zsiciarz commented 4 years ago

We need to setup RabbitMQ with management plugin on Travis for the build to pass. The default RabbitMQ integration on Travis doesn't seem to include management API, so we have to do it ourselves. Perhaps we can do it in a similar way as nameko does: https://github.com/nameko/nameko/blob/master/.travis.yml