-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Release 4.4.0 #5014
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
Release 4.4.0 #5014
Conversation
…features Merge master into features
…features Merge master into features (including fix from 4816)
AppVeyor: use xdist with pypy, drop pluggymaster
Require funcsigs>=1.0 on Python 2.7
Change -p so it is possible to early load setuptools plugins
Merge master into features
Move import of _format_explanation in _pytest.assertion.rewrite
--pdbcls: improve validation, and allow for "mod:attr.class"
…_ADDOPTS pytester: unset PYTEST_ADDOPTS
It is only called with empty/new dirs since 0385c27.
cacheprovider: _ensure_supporting_files: remove unused branches
…header-4875 Show testpaths option in the header if it has been used for collection
Co-Authored-By: nicoddemus <nicoddemus@gmail.com>
…eanup-1895 getfixturevalue does not correctly declare dependency with the calling fixture
Conflicts: appveyor.yml setup.py
Serialization hooks
stepwise: report status via pytest_report_collectionfinish
pdb: handle capturing with fixtures only
setup.cfg: use existing [tool:pytest] (ignoring [pytest])
…tures Merge master into features
pdb: do not raise outcomes.Exit with quit in debug
Codecov Report
@@ Coverage Diff @@
## master #5014 +/- ##
==========================================
+ Coverage 95.69% 96.06% +0.36%
==========================================
Files 113 114 +1
Lines 25178 25749 +571
Branches 2498 2548 +50
==========================================
+ Hits 24095 24735 +640
+ Misses 765 704 -61
+ Partials 318 310 -8
Continue to review full report at Codecov.
|
Co-Authored-By: nicoddemus <nicoddemus@gmail.com>
Disabled Code Climate's "Pull request status updates" now. |
OK sounds good. Other than that, if there are no other issues, please approve. 👍 |
@nicoddemus |
I have changed the target to |
def test_equals(self, a, b): | ||
> assert a == b | ||
E assert 1 == 2 | ||
E -1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those changes are actually correct, they were a recent fix by how "verbose" was handled internally by some plugins (-q
was being treated as -v
in some cases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
No description provided.