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

[4.6] Fix all() unroll for non-generators/non-list comprehensions (#5360) #5361

Merged
merged 1 commit into from Jun 2, 2019
Merged

Conversation

asottile
Copy link
Member

@asottile asottile commented Jun 2, 2019

No description provided.

Fix all() unroll for non-generators/non-list comprehensions
@asottile asottile requested a review from nicoddemus June 2, 2019 16:17
@codecov
Copy link

codecov bot commented Jun 2, 2019

Codecov Report

Merging #5361 into 4.6-maintenance will increase coverage by 1.06%.
The diff coverage is 100%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##           4.6-maintenance    #5361      +/-   ##
===================================================
+ Coverage            92.87%   93.93%   +1.06%     
===================================================
  Files                  115      115              
  Lines                26391    26399       +8     
  Branches              2607     2606       -1     
===================================================
+ Hits                 24511    24799     +288     
+ Misses                1542     1277     -265     
+ Partials               338      323      -15
Impacted Files Coverage Δ
src/_pytest/assertion/rewrite.py 95.85% <100%> (+0.79%) ⬆️
testing/test_assertrewrite.py 84.46% <100%> (+0.17%) ⬆️
src/_pytest/main.py 96.06% <0%> (+0.21%) ⬆️
src/_pytest/fixtures.py 97.55% <0%> (+0.27%) ⬆️
testing/test_capture.py 99.25% <0%> (+0.29%) ⬆️
testing/test_config.py 99.82% <0%> (+0.34%) ⬆️
testing/test_pdb.py 98.44% <0%> (+0.38%) ⬆️
src/_pytest/pytester.py 89.83% <0%> (+0.42%) ⬆️
src/_pytest/junitxml.py 95.9% <0%> (+0.58%) ⬆️
... and 16 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 dba62f8...f078984. Read the comment docs.

@asottile asottile merged commit 8208a37 into pytest-dev:4.6-maintenance Jun 2, 2019
@asottile asottile deleted the backport_5360 branch June 2, 2019 17:04
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

2 participants