Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/verify: sort tests by nondestructiveness
When running test/verify tests via pytest, sort them by their nondestructiveness. This has two advantages: - the tests that can use the global machine are placed beside each other, preventing the machine from being killed in between - we sort nondestructive tests to the start under the assumption that they're usually smaller. This allows us to run a lot of tests at the start to quickly catch issues.
- Loading branch information