kiwicom / pytest-recording

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

Whitelist host for `block_network` #24

Closed svtkachenko closed 4 years ago

svtkachenko commented 4 years ago

Closes #7

codecov-io commented 4 years ago

Codecov Report

Merging #24 into master will decrease coverage by 1.35%. The diff coverage is 94%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
- Coverage     100%   98.64%   -1.36%     
==========================================
  Files           5        5              
  Lines         185      222      +37     
  Branches       24       32       +8     
==========================================
+ Hits          185      219      +34     
- Misses          0        2       +2     
- Partials        0        1       +1
Impacted Files Coverage Δ
src/pytest_recording/plugin.py 100% <100%> (ø) :arrow_up:
src/pytest_recording/network.py 97% <93.18%> (-3%) :arrow_down:

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 aabb7dc...a259015. Read the comment docs.