mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-24 11:06:26 +01: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'
|