kiwicom / pytest-recording

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

test: Add extra test cases for cassettes path sanitization #58

Closed Stranger6667 closed 4 years ago

Stranger6667 commented 4 years ago

Test cases for behavior mentioned in https://github.com/ktosiek/pytest-vcr/issues/38

codecov-commenter commented 4 years ago

Codecov Report

Merging #58 into master will decrease coverage by 2.00%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #58      +/-   ##
===========================================
- Coverage   100.00%   98.00%   -2.00%     
===========================================
  Files            6        6              
  Lines          250      250              
  Branches        32       32              
===========================================
- Hits           250      245       -5     
- Misses           0        4       +4     
- Partials         0        1       +1     
Flag Coverage Δ
#unittests 98.00% <ø> (-2.00%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/pytest_recording/network.py 95.09% <0.00%> (-4.91%) :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 baef8f4...2386aca. Read the comment docs.