mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 05:57:01 +00:00
5 lines
112 B
Python
5 lines
112 B
Python
import betamax
|
|
|
|
with betamax.Betamax.configure() as config:
|
|
config.cassette_library_dir = 'tests/cassettes'
|