Quentin C.
Quentin C.
Yes exactly. In case having big codebase, it's hard to see the failed tests
If no tests failed, the output can be a simple sentence as : `No test failed` or something like that. What do you think about that?
I would say either have - `--fail-only` - `-mode=ci` with an `os.Exit(1)` (maybe not enough clear about what it will do) - `-status=fail` When we specify that we would get...
Agreed on solution A I would see it as a CI mod: - only fail (for `fail-only`) - indicate to a system with an exit status 1 it's not passing...