When running in a CLI, we check if the failed test count is above zero, and return with a non-zero exit code.
If TestEZ fails to run the main function of a test module, it will show an error like Error during planning: ..., but since this error does not add a failure to the counter, it still returns 0 like if it would have succeed.
When running in a CLI, we check if the failed test count is above zero, and return with a non-zero exit code.
If TestEZ fails to run the main function of a test module, it will show an error like
Error during planning: ...
, but since this error does not add a failure to the counter, it still returns 0 like if it would have succeed.