mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
docs: update example in advanced.rst
Co-authored-by: Sebastian Pipping <sebastian@pipping.org>
This commit is contained in:
@@ -438,4 +438,4 @@ option to ``True``, VCR will not save old HTTP interactions if they are not used
|
|||||||
|
|
||||||
my_vcr = VCR(drop_unused_requests=True)
|
my_vcr = VCR(drop_unused_requests=True)
|
||||||
with my_vcr.use_cassette('fixtures/vcr_cassettes/synopsis.yaml'):
|
with my_vcr.use_cassette('fixtures/vcr_cassettes/synopsis.yaml'):
|
||||||
# your http here
|
... # your HTTP interactions here
|
||||||
|
|||||||
Reference in New Issue
Block a user