python-hospital / hospital

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

Assertions accept "msg" argument #33

Closed benoitbryon closed 10 years ago

benoitbryon commented 10 years ago

Just like unittest.TestCase's assertions do.

hospital.assert_ping('example.com', msg='Some custom message')