Closed Alexander-Serov closed 1 year ago
I would actually be fine with this behavior if vcrpy errored out as well - as it stands now, it just inexplicably doesn't write the cassette.
since i wanted this functionality too i wrote this Pull requests https://github.com/kevin1024/vcrpy/pull/658 that fixes this
This PR has been merged! Thanks for your contribution
Using
Path
is a common way of storing platoform-independent pahts. It should be easy to adaptvcrpy
to using them: could just convert tostr
ifPath
.