Compare commits

...

1 Commits

Author SHA1 Message Date
Erik
c6f0f5f694 Make mocking of blueprint copying opt-out instead of opt-in 2026-01-20 13:59:15 +01:00

View File

@@ -109,7 +109,7 @@ def entity_registry_enabled_by_default() -> Generator[None]:
# Blueprint test fixtures
@pytest.fixture(name="stub_blueprint_populate")
@pytest.fixture(name="stub_blueprint_populate", autouse=True)
def stub_blueprint_populate_fixture() -> Generator[None]:
"""Stub copying the blueprints to the config folder."""
from .blueprint.common import ( # noqa: PLC0415