-
Notifications
You must be signed in to change notification settings - Fork 83
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
matthewfeickert
merged 25 commits into
master
from
tests/enable-branch-in-pytest-options
Feb 15, 2022
Merged
test: Consolidate and update pytest options in pyproject.toml #1773
matthewfeickert
merged 25 commits into
master
from
tests/enable-branch-in-pytest-options
Feb 15, 2022
Commits on Feb 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1d9cd7c - Browse repository at this point
Copy the full SHA 1d9cd7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 256b894 - Browse repository at this point
Copy the full SHA 256b894View commit details -
Configuration menu - View commit details
-
Copy full SHA for c84696c - Browse repository at this point
Copy the full SHA c84696cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a13a6b6 - Browse repository at this point
Copy the full SHA a13a6b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fe36c5 - Browse repository at this point
Copy the full SHA 9fe36c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a864a4 - Browse repository at this point
Copy the full SHA 1a864a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a964d8 - Browse repository at this point
Copy the full SHA 8a964d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dc561f - Browse repository at this point
Copy the full SHA 0dc561fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6809a02 - Browse repository at this point
Copy the full SHA 6809a02View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5fad45 - Browse repository at this point
Copy the full SHA f5fad45View commit details -
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').
Configuration menu - View commit details
-
Copy full SHA for 2b71f9d - Browse repository at this point
Copy the full SHA 2b71f9dView commit details
Commits on Feb 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bd0bd25 - Browse repository at this point
Copy the full SHA bd0bd25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b0e39d - Browse repository at this point
Copy the full SHA 3b0e39dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 621f5f2 - Browse repository at this point
Copy the full SHA 621f5f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b94bb6 - Browse repository at this point
Copy the full SHA 8b94bb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a59b723 - Browse repository at this point
Copy the full SHA a59b723View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80f5e31 - Browse repository at this point
Copy the full SHA 80f5e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f8a4c - Browse repository at this point
Copy the full SHA d8f8a4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for efc0f53 - Browse repository at this point
Copy the full SHA efc0f53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 760f27f - Browse repository at this point
Copy the full SHA 760f27fView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 989bb55 - Browse repository at this point
Copy the full SHA 989bb55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 643ae54 - Browse repository at this point
Copy the full SHA 643ae54View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8d1351 - Browse repository at this point
Copy the full SHA e8d1351View commit details -
Configuration menu - View commit details
-
Copy full SHA for 342d3d6 - Browse repository at this point
Copy the full SHA 342d3d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a42ff4 - Browse repository at this point
Copy the full SHA 9a42ff4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.