kiwicom / pytest-recording

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

fix: Restore ability to handle relative paths in `pytest.mark.vcr` #35

Closed Stranger6667 closed 4 years ago

Stranger6667 commented 4 years ago

Fixes #34

codecov-io commented 4 years ago

Codecov Report

Merging #35 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #35   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         211    216    +5     
  Branches       27     28    +1     
=====================================
+ Hits          211    216    +5
Flag Coverage Δ
#unittests 99.07% <100%> (-0.93%) :arrow_down:
Impacted Files Coverage Δ
src/pytest_recording/_vcr.py 100% <100%> (ø) :arrow_up:
src/pytest_recording/network.py 100% <0%> (ø) :arrow_up:

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 ee59903...0b74511. Read the comment docs.