-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Merge master into features #6625
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
blueyed
merged 18 commits into
pytest-dev:features
from
blueyed:merge-master-into-features
Jan 30, 2020
Merged
Merge master into features #6625
blueyed
merged 18 commits into
pytest-dev:features
from
blueyed:merge-master-into-features
Jan 30, 2020
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
From the description it seemed to me as if just prefixing your methods with ``test_`` was enough, but you also need to prefix your class with ``Test``. Of course, in the reference material this is clearly stated, but I think it makes sense to mention it here as well, since you also mention the part about the methods' prefix.
It should be in `test_code` when testing `_pytest._code.getfslineno`, not to be confused with `_pytest._code.source.getfslineno`. Adds an extra assert (via pytest-dev#6590).
The incremental marker is adapted to handle properly test classes with parametrize defined at class level. Fix pytest-dev#3125
extend the incremental marker for parametrize
…ev#6583) doc: getting-started.rst: mention "Test" prefix for classes
(cherry picked from commit fd1a51a)
doc: release-5.3.5
…many_verbose tests: harden test_teardown_many_verbose
…lineno tests: move test_getfslineno
tests: test_code: improve/clarify imports
Docs: Don't wrap the markdown for GitHub releases
Reverts pytest-dev#6610. The tested `getfslineno` is `src/_pytest/_code/source.py` actually, exported via `src/_pytest/_code/__init__.py`. I've confused it with the one in `src/_pytest/compat.py` apparently.
…ineno tests: move test_getfslineno back
nicoddemus
approved these changes
Jan 30, 2020
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.