mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
Adding json serializer
This commit is contained in:
committed by
Kevin McCarthy
parent
3e247a2efb
commit
51f0f1bacd
@@ -2,5 +2,5 @@
|
||||
from .cassette import Cassette
|
||||
|
||||
# Also, make a 'load' function available
|
||||
def use_cassette(path):
|
||||
return Cassette.load(path)
|
||||
def use_cassette(path, **kwargs):
|
||||
return Cassette.load(path, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user