kiwicom / pytest-recording

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

refactor: Remove not needed condition #32

Closed Stranger6667 closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #32 into master will increase coverage by 0.47%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #32      +/-   ##
========================================
+ Coverage   99.52%   100%   +0.47%     
========================================
  Files           5      5              
  Lines         212    211       -1     
  Branches       28     27       -1     
========================================
  Hits          211    211              
+ Partials        1      0       -1
Flag Coverage Δ
#unittests 100% <100%> (+0.47%) :arrow_up:
Impacted Files Coverage Δ
src/pytest_recording/_vcr.py 100% <100%> (+2.5%) :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 aaca254...cd63014. Read the comment docs.