Skip to content

Merge features into master after 5.3#6236

Merged
nicoddemus merged 272 commits intopytest-dev:masterfrom
nicoddemus:mf
Nov 19, 2019
Merged

Merge features into master after 5.3#6236
nicoddemus merged 272 commits intopytest-dev:masterfrom
nicoddemus:mf

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.