python-hospital / hospital

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

assert_ping() accepts URLs as input #32

Open benoitbryon opened 10 years ago

benoitbryon commented 10 years ago

Automatically extract domain name from URL. Else users have to import and use urlparse very often. Or provide some "url2domain()" utility to make it easy.