1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 05:57:01 +00:00
Files
core/tests/__init__.py
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'