vcrpy icon indicating copy to clipboard operation
vcrpy copied to clipboard

Record cassettes in memory

Open thedrow opened this issue 4 years ago • 2 comments
trafficstars

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.

thedrow avatar Aug 22 '21 16:08 thedrow

You may find this PR useful: https://github.com/kevin1024/vcrpy/pull/576

lesmo avatar Aug 27 '21 22:08 lesmo

The docs have this covered: https://vcrpy.readthedocs.io/en/latest/advanced.html#register-your-own-cassette-persister

fiendish avatar Mar 07 '24 16:03 fiendish