1
mirror of https://github.com/home-assistant/core synced 2024-09-09 12:51:22 +02:00
ha-core/tests/__init__.py
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'