praekeltfoundation / seaworthy

Test harness for Docker container images 🌊 🚢
BSD 3-Clause "New" or "Revised" License
29 stars 4 forks source link

Pytest fixtures #12

Closed JayH5 closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #12 into develop will increase coverage by 0.08%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #12      +/-   ##
===========================================
+ Coverage    99.19%   99.27%   +0.08%     
===========================================
  Files           18       22       +4     
  Lines          993     1106     +113     
  Branches        73       82       +9     
===========================================
+ Hits           985     1098     +113     
  Misses           7        7              
  Partials         1        1
Impacted Files Coverage Δ
seaworthy/pytest/checks.py 100% <ø> (ø)
seaworthy/tests-pytest/test_fixtures.py 100% <100%> (ø)
seaworthy/dockerhelper.py 98.68% <100%> (+0.03%) :arrow_up:
seaworthy/tests-core/test_dockerhelper.py 100% <100%> (ø) :arrow_up:
seaworthy/tests-pytest/conftest.py 100% <100%> (ø)
seaworthy/pytest/__init__.py 100% <100%> (ø)
seaworthy/pytest/fixtures.py 100% <100%> (ø)
seaworthy/tests-pytest/test_fixtures_pytester.py 100% <100%> (ø)
seaworthy/checks.py
... and 5 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 6445be4...d1a946e. Read the comment docs.