-
Rails secrets are used by provider plugins to allow for VCR cassettes and refresh spec tests to run without having to contain "secret" values such as internal hostname and credentials. Currently this…
-
# Summary
I'm currently using `php-vcr-sanitizer` to scrub email/api_key from the headers. When initially recording cassettes, I'm met with a fully passing test suite. When I run the tests again, I…
-
As I'm writing a [tool](https://github.com/guyzmo/git-repo) that uses python-gitlab, while writing tests I ran into an issue. When I used the API, to delete a project, I did:
```
try:
rep…
-
As a continuation of the work done in #23884, VCR cassettes need updating to reflect data retrieved from the hosted new VAOS service.
- VCR cassette data reflects actual data hosted by the new …
-
As a continuation of the work done in #23885, VCR cassettes need updating to reflect data retrieved from the hosted new VAOS service.
- VCR cassette data reflects actual data hosted by the new VAOS s…
-
https://github.com/kevin1024/pytest-httpbin
-
I'm trying to use vcr to run tests offline for [weathercan](https://docs.ropensci.org/weathercan). My package often deals with oddly formatted data which is first downloaded, then fixed, THEN parsed.…
-
![Villian_Gremlin_120w](https://user-images.githubusercontent.com/20312086/116769609-f7dc5280-aa02-11eb-840b-d81f345b2c63.png)
![Projectile_Cassettes_24w](https://user-images.githubusercontent.com/…
-
Thanks to @anujkumar93 for pointing out a way to delete bad vcrpy recordings (https://github.com/sentinelsat/sentinelsat/pull/86#issuecomment-435121322).
This issue is just to formally raise the qu…
-
# Summary
I'm attempting to record cassettes with VCR and Guzzle and am getting the following error: `Could not init curl with URL ...` which is [thrown here](https://github.com/php-vcr/php-vcr/blo…