1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Improve blueprint test fixtures (#93519)

This commit is contained in:
Erik Montnemery
2023-05-25 13:45:19 +02:00
committed by GitHub
parent 393dbb6dc0
commit 3cca338c6e
76 changed files with 400 additions and 81 deletions

View File

@@ -19,7 +19,11 @@ from homeassistant.setup import async_setup_component
import homeassistant.util.dt as dt_util
from tests.common import async_fire_time_changed, async_mock_service, mock_component
from tests.components.blueprint.conftest import stub_blueprint_populate # noqa: F401
@pytest.fixture(autouse=True, name="stub_blueprint_populate")
def stub_blueprint_populate_autouse(stub_blueprint_populate):
"""Stub copying the blueprints to the config folder."""
@pytest.fixture