Open thedrow opened 3 years ago
Is there a built-in way to avoid saving the cassette YAML file? There's an integration test I'd like to inspect the responses for but I don't need to record them forever. Currently, I just rewrite them.
You may find this PR useful: https://github.com/kevin1024/vcrpy/pull/576
The docs have this covered: https://vcrpy.readthedocs.io/en/latest/advanced.html#register-your-own-cassette-persister
Is there a built-in way to avoid saving the cassette YAML file? There's an integration test I'd like to inspect the responses for but I don't need to record them forever. Currently, I just rewrite them.