python-hospital / hospital

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

assert_subprocess() runs a command and checks its result #41

Open benoitbryon opened 10 years ago

benoitbryon commented 10 years ago

Expectations around result:

Returns Popen instance, so that user can perform additional checks, as an example on stdout or stderr.