Skip to content

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 272 commits into from
Nov 19, 2019
Merged

Conversation

nicoddemus
Copy link
Member

No description provided.

blueyed and others added 30 commits October 18, 2019 22:11
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
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.
…ove-comment

Remove (rejected) comment from DontReadFromInput
Minor: help / direct usage of config
bluetech and others added 27 commits November 16, 2019 22:29
Add type annotations to _pytest.compat and _pytest._code.code
This makes it easier to read `pytest_generate_tests`.
This allows for checking files inside of "testing" without having
"src/…" as an argument also.
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
- 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
@nicoddemus
Copy link
Member Author

Going ahead and merging this right away as it was a simple merge and I would like to announce the release now. 👍

@nicoddemus nicoddemus merged commit 7e5ad31 into pytest-dev:master Nov 19, 2019
@nicoddemus nicoddemus deleted the mf branch November 19, 2019 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.