mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 02:07:54 +00:00
9 lines
240 B
Python
9 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."""
|