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

test: Consolidate and update pytest options in pyproject.toml #1773

Merged
merged 25 commits into from Feb 15, 2022

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    1d9cd7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    256b894 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c84696c View commit details
    Browse the repository at this point in the history
  4. Remove ignores

    matthewfeickert committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    a13a6b6 View commit details
    Browse the repository at this point in the history
  5. Remove omit

    matthewfeickert committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    9fe36c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a864a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a964d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0dc561f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6809a02 View commit details
    Browse the repository at this point in the history
  10. Remove .coveragerc

    matthewfeickert committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    f5fad45 View commit details
    Browse the repository at this point in the history
  11. add -Wd

    https://mail.python.org/pipermail/python-dev/2010-April/099116.html
    
    > -Wd enables all warnings.  It adds 'd' to sys.warnoptions, which in turn
    > adds a new first entry to _warnings.filters which matches all warnings and
    > enables the "default" behavior, which is to show it once per execution of
    > the Python interpreter.
    
    pytest options:
    
    > reporting:
    > ...
    > -r chars              show extra test summary info as specified by chars:
    > (f)ailed, (E)rror, (s)kipped, (x)failed, (X)passed, (p)assed, (P)assed with
    > output, (a)ll except passed (p/P), or (A)ll. (w)arnings are enabled by default
    > (see --disable-warnings), 'N' can be used to reset the list. (default: 'fE').
    matthewfeickert committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    2b71f9d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    bd0bd25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b0e39d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    621f5f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b94bb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a59b723 View commit details
    Browse the repository at this point in the history
  6. Add match

    matthewfeickert committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    80f5e31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8f8a4c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    efc0f53 View commit details
    Browse the repository at this point in the history
  9. Use newer API

    matthewfeickert committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    760f27f View commit details
    Browse the repository at this point in the history
  10. Avoid

    deprecated in pytest 8 warning
    matthewfeickert committed Feb 10, 2022
    2 Configuration menu
    Copy the full SHA
    989bb55 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    643ae54 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e8d1351 View commit details
    Browse the repository at this point in the history
  13. Still show warnings

    matthewfeickert committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    342d3d6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9a42ff4 View commit details
    Browse the repository at this point in the history