kiwicom / pytest-recording

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

feat: `--disable-recording` CLI option to completely disable the VCR.py integration #65

Closed Stranger6667 closed 3 years ago

Stranger6667 commented 3 years ago

Resolves #64

codecov-io commented 3 years ago

Codecov Report

Merging #65 (30d0745) into master (ba11b9f) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #65   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          255       261    +6     
  Branches        33        34    +1     
=========================================
+ Hits           255       261    +6     
Flag Coverage Δ
unittests 99.61% <100.00%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/pytest_recording/plugin.py 100.00% <100.00%> (ø)

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 ba11b9f...30d0745. Read the comment docs.