Our current "fast" test suite of python tests are too slow for local development iteration cycles. We should adjust course to:
- Move more tests into the "slow" pytest marker.
- Formalize a better process in CI or locally to make sure slow or network tests are run regularly.
In other words, we need to find a way to keep development loops quick without relegating the slow tests, which remain important, into an underclass that never gets run.
Our current "fast" test suite of python tests are too slow for local development iteration cycles. We should adjust course to:
In other words, we need to find a way to keep development loops quick without relegating the slow tests, which remain important, into an underclass that never gets run.