make shell
service-status # expect error message about no hosts
service-status --host=stage=https://crash-stats.allizom.org
I didn't add CI tests because CI shouldn't depend on github being up, but also mocking out github and an http server seemed excessive. If adding a test like that is desirable lmk.
fixes #39
manually tested by running:
I didn't add CI tests because CI shouldn't depend on github being up, but also mocking out github and an http server seemed excessive. If adding a test like that is desirable lmk.