core/tests/components/blueprint/conftest.py

9 lines
242 B
Python
Raw Normal View History

"""Blueprints conftest."""
2021-01-01 21:31:56 +00:00
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."""