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` set via the `vcr_config` fixture or the `vcr` mark when `block_network` is applied #71

Closed Stranger6667 closed 3 years ago

Stranger6667 commented 3 years ago

Fixes #68

codecov-commenter commented 3 years ago

Codecov Report

Merging #71 (bd60d0e) into master (071ede2) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head bd60d0e differs from pull request most recent head 80f8650. Consider uploading reports for the commit 80f8650 to get more accurate results Impacted file tree graph

@@            Coverage Diff            @@
##            master       #71   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          273       278    +5     
  Branches        37        39    +2     
=========================================
+ Hits           273       278    +5     
Flag Coverage Δ
unittests 99.64% <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 071ede2...80f8650. Read the comment docs.