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:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user