mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 05:20:17 +00:00
Improve blueprint test fixtures (#93519)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
"""Conftest for script tests."""
|
||||
|
||||
from tests.components.blueprint.conftest import stub_blueprint_populate # noqa: F401
|
||||
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."""
|
||||
|
||||
Reference in New Issue
Block a user