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
pytest | tee swallows pytest's exit code, so make test always exits 0. The grep "FAILED" fallback only catches tests that ran and failed , other errors ( e.g. ERROR) slip through silently.
Bug
pytest | teeswallows pytest's exit code, somake testalways exits 0. Thegrep "FAILED"fallback only catches tests that ran and failed , other errors ( e.g.ERROR) slip through silently.To Reproduce
See example here
Repository version
v0.5.2