kiwicom / pytest-recording

A pytest plugin that allows recording network interactions via VCR.py
MIT License
445 stars 35 forks source link

Add missing tests for socket blocking #26

Closed svtkachenko closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #26 into master will increase coverage by 3.6%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #26     +/-   ##
=======================================
+ Coverage   96.39%   100%   +3.6%     
=======================================
  Files           5      5             
  Lines         222    222             
  Branches       32     32             
=======================================
+ Hits          214    222      +8     
+ Misses          6      0      -6     
+ Partials        2      0      -2
Impacted Files Coverage Δ
src/pytest_recording/network.py 100% <0%> (+8%) :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 1ac8a82...79124ca. Read the comment docs.