kiwicom / pytest-recording

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

fix: Setting attributes on `pycurl.Curl` instances #25

Closed Stranger6667 closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #25   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         179    185    +6     
  Branches       22     24    +2     
=====================================
+ Hits          179    185    +6
Impacted Files Coverage Δ
src/pytest_recording/network.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 3eea78f...374013b. Read the comment docs.