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

Fix test failures after pluggy 1.8 release #4816

Merged
merged 1 commit into from
Feb 23, 2019

Conversation

nicoddemus
Copy link
Member

pluggy now calls iter_entry_points with different arguments, and tests
which mocked that call need to be updated accordingly.

pluggy now calls iter_entry_points with different arguments, and tests
which mocked that call need to be updated accordingly.
@codecov
Copy link

codecov bot commented Feb 22, 2019

Codecov Report

Merging #4816 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4816      +/-   ##
==========================================
+ Coverage   95.61%   95.66%   +0.04%     
==========================================
  Files         113      113              
  Lines       25163    25163              
  Branches     2498     2498              
==========================================
+ Hits        24060    24071      +11     
+ Misses        776      772       -4     
+ Partials      327      320       -7
Flag Coverage Δ
#docs 29.59% <0%> (+0.1%) ⬆️
#doctesting 29.59% <0%> (+0.1%) ⬆️
#linting 29.59% <0%> (+0.1%) ⬆️
#linux 95.49% <100%> (+0.03%) ⬆️
#nobyte 92.2% <100%> (ø) ⬆️
#numpy 93% <100%> (+0.03%) ⬆️
#pexpect 41.98% <0%> (+0.02%) ⬆️
#pluggymaster 93.72% <100%> (?)
#py27 93.68% <100%> (+0.04%) ⬆️
#py34 91.59% <100%> (ø) ⬆️
#py35 91.61% <100%> (-0.01%) ⬇️
#py36 91.64% <100%> (ø) ⬆️
#py37 93.82% <100%> (+0.03%) ⬆️
#trial 93% <100%> (+0.03%) ⬆️
#windows 93.67% <100%> (+0.1%) ⬆️
#xdist 93.7% <100%> (ø) ⬆️
Impacted Files Coverage Δ
testing/test_assertion.py 97.59% <ø> (ø) ⬆️
testing/test_config.py 99.63% <100%> (ø) ⬆️
src/_pytest/pytester.py 87.05% <0%> (+0.42%) ⬆️
src/_pytest/terminal.py 91.74% <0%> (+0.82%) ⬆️
src/_pytest/cacheprovider.py 97.16% <0%> (+1.41%) ⬆️

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 5b35241...a68f4fd. Read the comment docs.

@nicoddemus nicoddemus merged commit 1cf9c2e into pytest-dev:master Feb 23, 2019
@nicoddemus nicoddemus deleted the fix-new-pluggy branch February 23, 2019 01:42
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.

2 participants