praekeltfoundation / seaworthy

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

Further work on pytest fixtures #40

Closed JayH5 closed 7 years ago

JayH5 commented 7 years ago

Turn container_fixture into generic resource_fixture ...more...

codecov[bot] commented 7 years ago

Codecov Report

Merging #40 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #40   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files           24     24           
  Lines         2336   2334    -2     
  Branches       151    151           
======================================
- Hits          2336   2334    -2
Impacted Files Coverage Δ
seaworthy/pytest/fixtures.py 100% <100%> (ø) :arrow_up:
seaworthy/tests-pytest/test_fixtures_pytester.py 100% <100%> (ø) :arrow_up:
seaworthy/tests-pytest/test_fixtures.py 100% <100%> (ø) :arrow_up:

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 c7a0aea...7c20c57. Read the comment docs.

JayH5 commented 7 years ago

OK my next chunk of work is going in another direction so I'm going to merge this for now to get it out the way.