Skip to content
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

Merge master into features #4692

Merged
merged 37 commits into from
Jan 30, 2019

Conversation

nicoddemus
Copy link
Member

No description provided.

chdsbd and others added 30 commits December 12, 2018 15:20
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
…_tmp_path_symlink_resolution

Fixes pytest-dev#4653 - tmp_path provides real path
Copied from b9da2ed6178cd37d4ed6b41f9fa8234dce96973f
remove and ban py.io.BytesIO, py.process, py.path.local.sysfind
…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
Improve pytest.raises 'message' deprecation docs
Handle unittest.SkipTest exception with non-ascii characters
Copy link
Member

@asottile asottile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codecov
Copy link

codecov bot commented Jan 30, 2019

Codecov Report

Merging #4692 into features will increase coverage by 0.13%.
The diff coverage is 92.01%.

Impacted file tree graph

@@             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
Flag Coverage Δ
#docs 29.67% <27.83%> (+0.16%) ⬆️
#doctesting 29.67% <27.83%> (+0.16%) ⬆️
#linting 29.67% <27.83%> (+0.16%) ⬆️
#linux 95.5% <91.17%> (-0.04%) ⬇️
#nobyte 92.29% <89.91%> (+0.62%) ⬆️
#numpy 93.09% <87.81%> (+51.03%) ⬆️
#pexpect 42.07% <48.96%> (+0.01%) ⬆️
#py27 93.69% <91.17%> (+0.12%) ⬆️
#py34 91.76% <89.49%> (+0.16%) ⬆️
#py35 91.76% <89.49%> (+0.16%) ⬆️
#py36 91.78% <89.49%> (+0.2%) ⬆️
#py37 93.79% <89.49%> (+0.12%) ⬆️
#trial 93.09% <87.81%> (+51.03%) ⬆️
#windows 93.86% <91.17%> (?)
#xdist 93.71% <90.75%> (+0.14%) ⬆️
Impacted Files Coverage Δ
testing/test_terminal.py 99.81% <ø> (ø) ⬆️
src/_pytest/runner.py 97.08% <ø> (ø) ⬆️
src/_pytest/config/__init__.py 93.67% <ø> (ø) ⬆️
testing/python/collect.py 99.36% <ø> (ø) ⬆️
testing/test_warnings.py 98.9% <100%> (+0.04%) ⬆️
testing/test_mark.py 99.06% <100%> (+0.01%) ⬆️
src/_pytest/monkeypatch.py 94.03% <100%> (+0.16%) ⬆️
src/_pytest/assertion/util.py 97.63% <100%> (ø) ⬆️
src/_pytest/reports.py 97.46% <100%> (+0.06%) ⬆️
src/_pytest/fixtures.py 97.91% <100%> (+0.27%) ⬆️
... and 34 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1dc16ad...02962fa. Read the comment docs.

@nicoddemus nicoddemus merged commit e2a15c7 into pytest-dev:features Jan 30, 2019
@nicoddemus nicoddemus deleted the merge-master-into-features branch January 30, 2019 16:16
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.

None yet

8 participants