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 option to turn any skipped tests into nonzero exit code #51

Closed ewu63 closed 3 years ago

ewu63 commented 3 years ago

Closes #47. This PR adds a new option which will return exit 2 if no tests failed but there are some skipped tests. This is useful in some cases if we expect there to be no skipped tests, as that could indicate some errors with package installation. Regarding the PR, I'm not sure if the name of the command line option is okay so please let me know if there are better alternatives.

Also, would it be possible to make a 1.4.3 release after? I noticed that the version was bumped but no PyPI release exists.

swryan commented 3 years ago

Also, would it be possible to make a 1.4.3 release after? I noticed that the version was bumped but no PyPI release exists.

Thanks for the heads up.. will get a new release out.