You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the empty test suite passes by definition, when running tests in CI all tests may for one reason or another be filtered out. This may be undesirable when the expectation there is at least one test executed.
✨ What's your proposed solution?
Add an --fail-if-no-tests option for the CLI and exit with 2 if no pickles were executed.
🤔 What's the problem you're trying to solve?
While the empty test suite passes by definition, when running tests in CI all tests may for one reason or another be filtered out. This may be undesirable when the expectation there is at least one test executed.
✨ What's your proposed solution?
Add an
--fail-if-no-tests
option for the CLI and exit with 2 if no pickles were executed.📚 Any additional context?
The text was updated successfully, but these errors were encountered: