kiwicom / pytest-recording

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

Add new `rewrite` mode #41

Closed svtkachenko closed 4 years ago

svtkachenko commented 4 years ago

Closes #37

codecov-io commented 4 years ago

Codecov Report

Merging #41 into master will decrease coverage by 3.27%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #41      +/-   ##
===========================================
- Coverage   100.00%   96.72%   -3.28%     
===========================================
  Files            5        5              
  Lines          216      214       -2     
  Branches        28       29       +1     
===========================================
- Hits           216      207       -9     
- Misses           0        6       +6     
- Partials         0        1       +1     
Flag Coverage Δ
#unittests 96.72% <100.00%> (-3.28%) :arrow_down:
Impacted Files Coverage Δ
src/pytest_recording/_vcr.py 100.00% <100.00%> (ø)
src/pytest_recording/plugin.py 100.00% <100.00%> (ø)
src/pytest_recording/network.py 92.85% <0.00%> (-7.15%) :arrow_down:

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 3ea91c6...9d9b25d. Read the comment docs.