Merge master into features#4692
Merged
nicoddemus merged 37 commits intoJan 30, 2019
Merged
Conversation
Correct monkeypatch.delattr to match the correct behavior of monkeypatch.setattr when changing class descriptors
Bugfix: monkeypatch.delattr handles class descriptors
Add docs page about plans for dropping py27 and py34
as it turns out it is distinct from nodekeywords and behaves completely different
fix pytest-dev#4649 - also transfer markers to keywordmapping
…_tmp_path_symlink_resolution Fixes pytest-dev#4653 - tmp_path provides real path
Remove and ban use of py.builtin
Copied from b9da2ed6178cd37d4ed6b41f9fa8234dce96973f
copy saferepr from pylib
remove and ban py.io.BytesIO, py.process, py.path.local.sysfind
Remove stdlib test
…k, rather than hardcoded strings Less hacky way to make XPASS yellow markup. Make sure collect reports still have a "when" attribute. xfail changed to XFAIL in the test report, for consistency with other outcomes which are all CAPS
short report summary to use report teststatus data
…message Group warnings by message instead of by test id
Based on recent discussions in pytest-dev#3974
Improve pytest.raises 'message' deprecation docs
Handle unittest.SkipTest exception with non-ascii characters
Codecov Report
@@ Coverage Diff @@
## features #4692 +/- ##
============================================
+ Coverage 95.53% 95.67% +0.13%
============================================
Files 111 113 +2
Lines 24809 24955 +146
Branches 2473 2478 +5
============================================
+ Hits 23702 23875 +173
+ Misses 783 763 -20
+ Partials 324 317 -7
Continue to review full report at Codecov.
|
RonnyPfannschmidt
approved these changes
Jan 30, 2019
fixes for flake8 3.7
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
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.