pytest-vcr icon indicating copy to clipboard operation
pytest-vcr copied to clipboard

Py.test integration with VCR.py

Results 19 pytest-vcr issues
Sort by recently updated
recently updated
newest added

`--vcr-record=all` doesn't actually re-record the cassette but keeps or update (if there is a match) any previous episode and append the new ones.(see [an example](https://gist.github.com/mgaitan/3a1a901e0bdda319009e6de59a4fee7e)). That's the reason why we...

I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. -...

Hi everyone. Last commit in 2020. 8 pull requests in waiting. I think my question can be asked

urllib3 = 2.0.6 ![Screenshot 2023-10-09 at 10 27 12 AM](https://github.com/ktosiek/pytest-vcr/assets/123599290/da7619c6-072b-463a-a203-aa78b1f2f6d2)

When using concurrency features like `ThreadPoolExecutor`'s `map` function as well as un-ordered collections like `set`s to spawn off several dynamic requests, it's sometimes impossible to force the requests to always...

I'm not sure whether this package is expected to work with httpx but I'm getting the following error when recording a new cassette with decode_compressed_response=True: ``` > new_body = decompress_body(response["body"]["string"],...

I was using python-vcr before, which was working as expected, but I need it to be active only for testing purposes. On production I need contact to the real API....