4 lines
112 B
Python
4 lines
112 B
Python
import betamax
|
|
|
|
with betamax.Betamax.configure() as config:
|
|
config.cassette_library_dir = 'tests/cassettes'
|