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

Changed behavior if --lf and --ff are both used. #2357

Merged
merged 3 commits into from
Apr 11, 2017

Commits on Apr 10, 2017

  1. Changed behavior if --lf and --ff are both used.

    When using both --last-failed/--lf and --failed-first/--ff pytest would
    run all tests with failed tests first (as if --lf was not provied). This
    patch changes it so that when using both flags, only the last failed
    tests are run. This makes it easier to set --ff as the default behavior
    via the config file and then selectively use --lf to only run the last
    failed tests.
    ojii committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    0ab85e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08d83a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. Configuration menu
    Copy the full SHA
    1125786 View commit details
    Browse the repository at this point in the history