praekeltfoundation / seaworthy

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

Run different test sets with different deps installed #7

Closed jerith closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff            @@
##           develop       #7   +/-   ##
========================================
  Coverage    81.01%   81.01%           
========================================
  Files           10       10           
  Lines          374      374           
  Branches        37       37           
========================================
  Hits           303      303           
  Misses          71       71
Impacted Files Coverage Δ
seaworthy/tests-testtools/__init__.py 100% <ø> (ø)
seaworthy/tests-core/test_logs.py 100% <ø> (ø)
seaworthy/testtools.py 100% <ø> (ø) :arrow_up:
seaworthy/tests-core/test_utils.py 100% <100%> (ø)
seaworthy/tests-core/test_ps.py 100% <100%> (ø)

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 7df5264...2d9033d. Read the comment docs.

jerith commented 7 years ago

I'm happy to fix any conflicts this branch causes, either here (if other branches are merged first) or there (if this branch is merged first).

jerith commented 7 years ago

Have you considered tests that require us to use Docker?

I expect most of these would be in tests (ideally using parts of seaworthy to test other parts), but we'd have some in tests-core to verify the basic functionality. Both Docker (the service) and docker (the library) are core dependencies.