Files
core/tests/components/script/conftest.py
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
248 B
Python
Raw Normal View History

"""Conftest for script tests."""
2023-05-25 13:45:19 +02:00
import pytest
@pytest.fixture(autouse=True, name="stub_blueprint_populate")
def stub_blueprint_populate_autouse(stub_blueprint_populate: None) -> None:
2023-05-25 13:45:19 +02:00
"""Stub copying the blueprints to the config folder."""