hi, i'm interested in using vcrpy for recording our http interactions across functions. right now it looks like all of the patching functionality can only be activated by CassetteContextDecorator, so we're doing the following:
this isn't a big deal, but was wondering whether it would it be possible to support this kind of pattern without relying on the context functions, or is there already a better way to do this?
hi, i'm interested in using vcrpy for recording our http interactions across functions. right now it looks like all of the patching functionality can only be activated by
CassetteContextDecorator
, so we're doing the following:this isn't a big deal, but was wondering whether it would it be possible to support this kind of pattern without relying on the context functions, or is there already a better way to do this?
thank you!