1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-27 10:46:38 +01:00
Files
core/tests/__init__.py
T
Paulus Schoutsen c1eaf60461 VCR YR sensor test
2015-12-27 17:37:32 -08:00

5 lines
112 B
Python

import betamax
with betamax.Betamax.configure() as config:
config.cassette_library_dir = 'tests/cassettes'