kiwicom / pytest-recording

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

Add a mark for blocking network requests #3

Closed Stranger6667 closed 5 years ago

Stranger6667 commented 5 years ago

TODO:

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #3   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      4    +1     
  Lines          89    157   +68     
  Branches       14     20    +6     
=====================================
+ Hits           89    157   +68
Impacted Files Coverage Δ
src/pytest_recording/plugin.py 100% <100%> (ø) :arrow_up:
src/pytest_recording/network.py 100% <100%> (ø)

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 39b5961...9e3a6de. Read the comment docs.