1
0
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:
Kevin McCarthy
2013-08-19 18:53:29 -10:00
parent 53f5cd24d6
commit 9073cf137e

View File

@@ -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