bitter-ability-32190
03/08/2022, 1:58 AMrules_python which has py_test to run your unittest test suite. We wrap it in our own sauce to add pytest and re-export a py_test macro.
Turns out a few BUILD files used the rules_python py_test macro -> their pytest-style tests ran with unittest -> unittest doesn't see any tests, and doesn't error when no tests are run -> tests were never really run.
My only reaction was:
This would've never happened with Pants
bitter-ability-32190
03/08/2022, 1:58 AMhundreds-father-404
03/08/2022, 2:02 AMThis would've never happened with PantsIs there a particular reason you think that? An obvious answer is we use Pytest rather than unittest
bitter-ability-32190
03/08/2022, 2:04 AMconftest.py files