2020-11-25 15:10:04 +01:00
|
|
|
"""Conftest for automation tests."""
|
|
|
|
|
2023-05-25 13:45:19 +02:00
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.fixture(autouse=True, name="stub_blueprint_populate")
|
2023-05-26 08:13:13 +02:00
|
|
|
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."""
|