python-hospital / hospital

Tools to diagnose Python projects (supervision, monitoring).
Other
40 stars 8 forks source link

assert_http_response() does not show failed URL, should provides comprehensive message #31

Closed benoitbryon closed 10 years ago

benoitbryon commented 10 years ago

Currently displays only "AssertionError". Should display at least the URL. Could display the reason of the error: timeout, wrong status code...

benoitbryon commented 10 years ago

Marking as a bug, because without a comprehensive message, we do not know what's going wrong. We need more detailed feedback, not just error status.