OpenMDAO / testflo

A simple python testing framework that can run unit tests under MPI (or not).
Other
3 stars 7 forks source link

Add new flag to fail the tests if any tests are skipped #47

Closed ewu63 closed 3 years ago

ewu63 commented 3 years ago

Under certain conditions, we expect there to be no skipped tests since that may indicate some dependencies are not installed properly. In these cases, it would be nice to be able to pass a flag to testflo to specify that any skipped tests should cause testflo to not return exit code 0, and therefore fail our CI test stage.