kiwicom / pytest-recording

A pytest plugin that allows recording network interactions via VCR.py
MIT License
425 stars 34 forks source link

Save responses to different cassette files depending on host #98

Open CaptainDriftwood opened 1 year ago

CaptainDriftwood commented 1 year ago

I have a default cassette file that I am using, and a different host that I was wanting to save responses from. How could I save those responses to a different cassette file using pytest-recording?