kiwicom / pytest-recording

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

Replace `try/except` with `if` condition #6

Closed Stranger6667 closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #6   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          91     89    -2     
  Branches       13     14    +1     
=====================================
- Hits           91     89    -2
Impacted Files Coverage Δ
src/pytest_recording/plugin.py 100% <100%> (ø) :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 0b70086...11fc766. Read the comment docs.