Shinmera / parachute

An extensible and cross-compatible testing framework.
https://shinmera.github.io/parachute
zlib License
94 stars 9 forks source link

add `expected failure` and `unexpected success` results #24

Open 3b opened 3 years ago

3b commented 3 years ago

It would be nice (particularly for CI) to distinguish things that are known problems from new bugs or things that aren't relevant to a particular platform.

Something like FAILS-ON, similar to SKIP-ON that still runs the test but treats the results differently on specified platforms.

TEST-TOPLEVEL could have an option saying whether they should affect the exit code or not.