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

Fix count of selected tests on terminal collection summary #9628

Merged
merged 5 commits into from
Feb 15, 2022

Commits on Feb 7, 2022

  1. python: Fix count of selected tests on terminal collection summary.

    If there were errors or skipped modules on collection,
    pytest would mistakenly subtract those from the selected count.
    schettino72 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    61d15a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. fix: lint.

    schettino72 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    340528c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b29473 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix-collect-summary-selected' of github.com:schettino72…

    …/pytest into fix-collect-summary-selected
    schettino72 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    77e4839 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Update 9626.bugfix.rst

    nicoddemus committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    caa9b34 View commit details
    Browse the repository at this point in the history