-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Merge features into master after 5.3 #6236
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tox: pass $TERM
This was lost in 11f1f79.
This avoids mutating the original list to reflect on InvocationParams, which is supposed to be an immutable snapshot of the state of pytest.main() at the moment of invocation (see pytest-dev/pytest-xdist#478).
Make InvocationParams.args a tuple
tests: harden/fix test_trial_error
This gets done in `parseconfig` already.
…tures Merge master into features
This will display durations, and is useful in logs in general.
This moves it to the end of tests during collection. Takes ~7s for me.
ci: use tox -vv
…ove-comment Remove (rejected) comment from DontReadFromInput
doctest: handle BdbQuit
Minor: help / direct usage of config
Add type annotations to _pytest.compat and _pytest._code.code
Merge master into features
Forgotten in 40b85d7.
This makes it easier to read `pytest_generate_tests`.
This allows for checking files inside of "testing" without having "src/…" as an argument also.
Done initially in 99015bf.
Remove report_log in favor of pytest-reportlog
`tox -vv` is too verbose, and was only used as a hack to get the output of durations. As for information in logs `-v` could be used maybe still, but I've decided to revert it for now. This reverts commit 56cec5f.
…eanup minor: visit_Assert: move setting of `negation` out of branches
Added in 7992742 initially, but never used.
- there is no need to do this with `--strict-markers` - it can be done when looking up marks, instead of for every generated test
Improve check for misspelling of parametrize
Release 5.3.0
Going ahead and merging this right away as it was a simple merge and I would like to announce the release now. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.