mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 17:45:35 +00:00
Update README.md
This commit is contained in:
@@ -187,7 +187,7 @@ you would like. Create your own module or class instance with 2 methods:
|
|||||||
Finally, register your class with VCR to use your
|
Finally, register your class with VCR to use your
|
||||||
new serializer.
|
new serializer.
|
||||||
|
|
||||||
```
|
```python
|
||||||
import vcr
|
import vcr
|
||||||
|
|
||||||
BogoSerializer(object):
|
BogoSerializer(object):
|
||||||
@@ -225,7 +225,7 @@ match, False if they don't.
|
|||||||
Finally, register your method with VCR to use your
|
Finally, register your method with VCR to use your
|
||||||
new request matcher.
|
new request matcher.
|
||||||
|
|
||||||
```
|
```python
|
||||||
import vcr
|
import vcr
|
||||||
|
|
||||||
def jurassic_matcher(r1, r2):
|
def jurassic_matcher(r1, r2):
|
||||||
|
|||||||
Reference in New Issue
Block a user