flowhub / guv

Autoscaling for Heroku/AMQP
https://guvscale.com
MIT License
25 stars 6 forks source link

Tests should not require any envars/external services when using mocks #222

Open jonnor opened 6 years ago

jonnor commented 6 years ago

Right now have to set HEROKU_API_KEY and GUV_BROKER. This is annoying to do when developing, and the envvars are not set on forked repos, which makes PRs fail by default.

Tests that need to run without mocks (real integration/end2end test) should be skipped, with a warning message.