hass-core/tests/components/emulated_hue/conftest.py
2023-05-25 13:45:19 +02:00

8 lines
240 B
Python

"""Conftest for emulated_hue tests."""
import pytest
@pytest.fixture(autouse=True, name="stub_blueprint_populate")
def stub_blueprint_populate_autouse(stub_blueprint_populate):
"""Stub copying the blueprints to the config folder."""