mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 22:06:03 +01:00
9 lines
242 B
Python
9 lines
242 B
Python
"""Blueprints conftest."""
|
|
|
|
import pytest
|
|
|
|
|
|
@pytest.fixture(autouse=True, name="stub_blueprint_populate")
|
|
def stub_blueprint_populate_autouse(stub_blueprint_populate: None) -> None:
|
|
"""Stub copying the blueprints to the config folder."""
|