techservicesillinois / vcrpy-cleaner

Sensitive data cleaners for network cassettes captured by the VCR.py testing library.
0 stars 0 forks source link

Update decorators to pass `request` and `response` #6

Closed tzturner closed 1 year ago

tzturner commented 1 year ago

Right now we pass an interaction dictionary. Change the decorators to pass request and response per the following PR:

https://github.com/kevin1024/vcrpy/pull/679