uboslinux / ubos-tools

UBOS development/deployment tools
7 stars 0 forks source link

Distinguish between errors and failures in webapptests #39

Open jernst opened 3 years ago

jernst commented 3 years ago

If I expect a given function to return 5 and:

  1. it returns 5, that's a "success"
  2. it returns 6, that's a "failure".
  3. it blows up, that's an "error"

Webapptest currently does not distinguish (well) between 2 and 3, and should. See https://github.com/uboslinux/ubos-tools/issues/36#issuecomment-851635076