Skip to content

Conversation

@nicoddemus
Copy link
Member

No description provided.

beneyal and others added 30 commits October 2, 2018 17:39
Add pytest.freeze_includes() to reference
…re-docs

Update documentation to indicate a fixture can be invoked more than once in it's scope.
Fixes pytest-dev#4064 by correcting the documentation for unit-tests
Fix source reindenting by using `textwrap.dedent` directly.
Fix request.fixturenames to return fixtures created dynamically
…ture-msg

Improve error message when TestCase functions use a parametrized fixture
…-name-victor-maryama

Renamed Victor to full name.
Improve performance of ~3 of the slowest tests
…patch-1

Temporarily disable `linting` env in appveyor
Fix formatting for plugin loading in conftest
…sottile-patch-1"

This reverts commit c55d641, reversing
changes made to 8393fdd.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 93.804% when pulling 9a3836a on nicoddemus:merge-master-into-features into b895816 on pytest-dev:features.

@codecov
Copy link

codecov bot commented Oct 10, 2018

Codecov Report

Merging #4100 into features will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##           features    #4100      +/-   ##
============================================
+ Coverage      94.5%   94.56%   +0.05%     
============================================
  Files           109      109              
  Lines         23967    23940      -27     
  Branches       2375     2363      -12     
============================================
- Hits          22651    22639      -12     
+ Misses         1003      995       -8     
+ Partials        313      306       -7
Flag Coverage Δ
#doctesting 29.18% <50%> (ø) ⬆️
#linux 94.41% <100%> (+0.05%) ⬆️
#nobyte 0% <0%> (ø) ⬆️
#numpy 28.08% <54.16%> (-0.01%) ⬇️
#pexpect 0% <0%> (ø) ⬆️
#py27 92.68% <100%> (+0.05%) ⬆️
#py34 92.11% <96%> (+0.04%) ⬆️
#py35 92.12% <96%> (+0.04%) ⬆️
#py36 92.69% <100%> (+0.05%) ⬆️
#py37 92.33% <96%> (+0.04%) ⬆️
#trial 31.31% <81.81%> (+0.2%) ⬆️
#windows 93.87% <100%> (+0.01%) ⬆️
#xdist 18.7% <18.18%> (+0.04%) ⬆️
Impacted Files Coverage Δ
src/_pytest/_argcomplete.py 73.52% <ø> (-0.76%) ⬇️
testing/test_unittest.py 99.07% <100%> (+0.01%) ⬆️
testing/code/test_excinfo.py 96.74% <100%> (+0.1%) ⬆️
testing/python/fixture.py 99.23% <100%> (ø) ⬆️
testing/logging/test_fixture.py 100% <100%> (ø) ⬆️
testing/python/approx.py 99.61% <100%> (ø) ⬆️
testing/code/test_source.py 97.02% <100%> (+0.22%) ⬆️
src/_pytest/logging.py 95.76% <100%> (ø) ⬆️
src/_pytest/fixtures.py 97.3% <100%> (+0.02%) ⬆️
testing/test_pytester.py 87.19% <100%> (ø) ⬆️
... and 4 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 b895816...9a3836a. Read the comment docs.

@asottile asottile merged commit 943bbdd into pytest-dev:features Oct 10, 2018
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.

6 participants