-
- Downloads
Revise test suite's ordering.
- First run unit tests (which are the more problematic). - Then run code quality verifications (pylint / mypy / black). - Finally run integration tests. The rationale to inverting the last two items relative to what was done prior to this update is to keep the longest-running tests for the end (rather than re-play a long pipeline due to late-detected formatting issues).
parent
9e6f9a8c
No related branches found
No related tags found
Please register or sign in to comment