1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00

Remove stub_blueprint_populate test fixture (#161288)

This commit is contained in:
Erik Montnemery
2026-01-20 15:46:06 +01:00
committed by GitHub
parent e84aeb9f99
commit deefcbcbe4
101 changed files with 0 additions and 547 deletions

View File

@@ -108,17 +108,6 @@ def entity_registry_enabled_by_default() -> Generator[None]:
yield
# Blueprint test fixtures
@pytest.fixture(name="stub_blueprint_populate")
def stub_blueprint_populate_fixture() -> Generator[None]:
"""Stub copying the blueprints to the config folder."""
from .blueprint.common import ( # noqa: PLC0415
stub_blueprint_populate_fixture_helper,
)
yield from stub_blueprint_populate_fixture_helper()
# TTS test fixtures
@pytest.fixture(name="mock_tts_get_cache_files")
def mock_tts_get_cache_files_fixture() -> Generator[MagicMock]: