kiwicom / pytest-recording

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

fix: Honor `record_mode` passed via `pytest.mark.vcr` mark or in `vcr_config` fixture #48

Closed Stranger6667 closed 4 years ago

Stranger6667 commented 4 years ago

Fixes #47

codecov-commenter commented 4 years ago

Codecov Report

Merging #48 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #48   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          227       233    +6     
  Branches        29        31    +2     
=========================================
+ Hits           227       233    +6     
Flag Coverage Δ
#unittests 100.00% <100.00%> (ø)
Impacted Files Coverage Δ
src/pytest_recording/_vcr.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 a103941...369d66d. Read the comment docs.