praekeltfoundation / seaworthy

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

Rework wait_for_log_line() to take a callable to match lines #6

Closed JayH5 closed 7 years ago

JayH5 commented 7 years ago
codecov[bot] commented 7 years ago

Codecov Report

Merging #6 into develop will increase coverage by 5.75%. The diff coverage is 89.1%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #6      +/-   ##
===========================================
+ Coverage    75.26%   81.01%   +5.75%     
===========================================
  Files            8       10       +2     
  Lines          287      374      +87     
  Branches        32       37       +5     
===========================================
+ Hits           216      303      +87     
  Misses          71       71
Impacted Files Coverage Δ
seaworthy/utils.py 75% <ø> (+38.15%) :arrow_up:
seaworthy/tests/test_logs.py 100% <100%> (ø)
seaworthy/logs.py 78.43% <78.43%> (ø)
seaworthy/tests/__init__.py 100% <0%> (ø) :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 26db5b4...462a274. Read the comment docs.