venmo / nose-detecthttp

A nose plugin that can detect tests making external http calls.
MIT License
7 stars 10 forks source link

Fix/py3 ignored host no vcr decorator #12

Closed nicoCalvo closed 3 years ago

nicoCalvo commented 3 years ago

Fix issue with --vcr-ignore-host for python 3

Host validation within cassete's ignore host doesn't seem to work. This fix acts as a last validation point going through all the requests and check if they match the list of ignored hosts to avoid false positives

pipersenia commented 3 years ago

should bump the minor version to tie it to this change?