mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-11 01:53:01 +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.
|
Otherwise, you can override options each time you use a cassette.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
with my_vcr.use_cassette('test.yml', serializer='json'):
|
with vcr.use_cassette('test.yml', serializer='json'):
|
||||||
# your http code here
|
# your http code here
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note: Per-cassette overrides take precedence over the global config.
|
||||||
|
|
||||||
## Advanced Features
|
## Advanced Features
|
||||||
|
|
||||||
If you want, VCR.py can return information about the cassette it is
|
If you want, VCR.py can return information about the cassette it is
|
||||||
|
|||||||
Reference in New Issue
Block a user