-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Merge master into features #5559
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
nicoddemus
merged 27 commits into
pytest-dev:features
from
nicoddemus:merge-master-into-features
Jul 8, 2019
Merged
Merge master into features #5559
nicoddemus
merged 27 commits into
pytest-dev:features
from
nicoddemus:merge-master-into-features
Jul 8, 2019
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
…est-dev#5517) doc(plugin_hooks): Improve documentation for writing plugin hooks.
Hopefully by Python 3.9 this will be fixed upstream, if not we will need to bump the version again. Fix pytest-dev#5523
…-dev#5526) Apply workaround for multiple short options for Python <= 3.8
The following edits are for the "Preparing pull requests" section only. 1. remove Python2-related commands. 2. clarifying some details for beginners. Such as that pre-commit must to be installed as admin to function properly. 3. Added "You may not create a changelog entry if the change doesn't affect the documented behaviour of Pytest." on line 270.
Update AUTHORS
update CONTRIBUTING.rst
Give an overview of how we as an organization will use the donated money, as well as show this information more prominently in the docs.
Added talk about pytest in PyBCN June 2019
Added talk about pytest in PyBCN June 2019
Add upcoming trainings
integrating with `python setup.py test` is not good practice!
…Fi… (pytest-dev#5546) remove documentation about setuptools integration Refs pytest-dev#5534 Fixes pytest-dev#3814
Substituted 'yml' to '.yaml' in relevant files
Add docs about Tidelift and OpenCollective
Improve quoting in raises match failure message
Handle xfail(strict=True) properly in --step-wise mode
Preparing release version 5.0.1
Codecov Report
@@ Coverage Diff @@
## features #5559 +/- ##
============================================
- Coverage 96.1% 96.08% -0.03%
============================================
Files 117 117
Lines 25698 25716 +18
Branches 2494 2494
============================================
+ Hits 24697 24709 +12
- Misses 696 702 +6
Partials 305 305
Continue to review full report at Codecov.
|
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.