2021-04-27 22:15:38 +00:00
|
|
|
"""Conftest for script tests."""
|
|
|
|
|
2023-05-25 11:45:19 +00:00
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.fixture(autouse=True, name="stub_blueprint_populate")
|
2023-05-26 06:13:13 +00:00
|
|
|
def stub_blueprint_populate_autouse(stub_blueprint_populate: None) -> None:
|
2023-05-25 11:45:19 +00:00
|
|
|
"""Stub copying the blueprints to the config folder."""
|