mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 09:13:23 +00:00
add note to readme
This commit is contained in:
@@ -59,10 +59,12 @@ with my_vcr.use_cassette('test.json'):
|
||||
Otherwise, you can override options each time you use a cassette.
|
||||
|
||||
```python
|
||||
with my_vcr.use_cassette('test.yml', serializer='json'):
|
||||
with vcr.use_cassette('test.yml', serializer='json'):
|
||||
# your http code here
|
||||
```
|
||||
|
||||
Note: Per-cassette overrides take precedence over the global config.
|
||||
|
||||
## Advanced Features
|
||||
|
||||
If you want, VCR.py can return information about the cassette it is
|
||||
|
||||
Reference in New Issue
Block a user