Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PyTest] Sort by test location, but not parametrization (apache#9353)
A follow-up from apache#9188. The `item.location` tuple contains `(filename, line_number, test_name)`, where the `test_name` includes a string representation of all parameters. This change preserves pytest's sorting of parametrized values within a parametrized test, rather than sorting by strings.
- Loading branch information