kiwicom / pytest-recording

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

chore: Lazily evaluate the `vcr_config` fixture #85

Closed Stranger6667 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #85 (e3cfdb5) into master (906e597) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #85   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          278       283    +5     
  Branches        40        40           
=========================================
+ Hits           278       283    +5     
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 906e597...e3cfdb5. Read the comment docs.