You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a web scraper using Hound, and it works fine, but when trying to test it using exvcr to mock the responses the responses are pretty much empty (at least no interesting data). I'm not sure if this is an exvcr or hound issue, or even if it is an issue with the way I have them set up, but hopefully you can help me.
Here's the code for the files I think are relevant. On the cassette, the important request is on line 68.
The text was updated successfully, but these errors were encountered:
Thank for the report, and sorry being late to respond.
I've checked the hound issue too, and maybe good to write unit test as indicated.
I don't think it's the best way, but some tests for ExVCR itself is using dummy web server. It could be one option.
Sorry, I've been working on this on a side project and haven't had much time lately. I'll try what you proposed and let you know if something goes wrong. Thanks.
I'm building a web scraper using Hound, and it works fine, but when trying to test it using exvcr to mock the responses the responses are pretty much empty (at least no interesting data). I'm not sure if this is an exvcr or hound issue, or even if it is an issue with the way I have them set up, but hopefully you can help me.
Here's the code for the files I think are relevant. On the cassette, the important request is on line 68.
The text was updated successfully, but these errors were encountered: