Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PyTest] Sort by test location, but not parametrization #9353

Merged
merged 1 commit into from
Oct 26, 2021

Commits on Oct 22, 2021

  1. [PyTest] Sort by test location, but not parametrization

    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.
    Lunderberg committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    38cfafb View commit details
    Browse the repository at this point in the history