2020-11-25 14:10:04 +00:00
|
|
|
"""Blueprints conftest."""
|
|
|
|
|
2021-01-01 21:31:56 +00:00
|
|
|
import pytest
|
2020-11-25 14:10:04 +00:00
|
|
|
|
|
|
|
|
2023-05-25 11:45:19 +00:00
|
|
|
@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:
|
2021-11-01 13:33:09 +00:00
|
|
|
"""Stub copying the blueprints to the config folder."""
|