Description
Lets pytest suites customize test execution order. It helps projects run setup-like checks first, group related tests, or reproduce order-sensitive failures during diagnosis.
Ordering can hide unwanted coupling between tests. Prefer independent tests and use custom order only where it makes failures clearer.