Closed fgregg closed 1 year ago
SGTM, looks like it broke a test, glad to merge once ready
i think it's httpbin being overloaded. when i run the test suite locally, i'll get some errors in tests that interact with httpbin but i can't reproduce when just running that one test.
https://pypi.org/project/pytest-httpbin/ looks like it might be a smart idea
@jamesturk, i made the change to use a local httpbin instance and now all tests are passing.
Ah thanks for this, looks great!
For some weird websites, we want to be able to cache post requests. Changing this signature allows us to override key_for_request in our local Scraper class to do so.