core/tests/components/emulated_hue/conftest.py

9 lines
254 B
Python
Raw Normal View History

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