from xcp_d.tests.tests import mock_config
from xcp_d import config
from xcp_d.data import load as load_data
from xcp_d.workflows.parcellation import init_load_atlases_wf

with mock_config():
    config.execution.datasets = {
        "xcpdatlases": str(load_data("atlases")),
    }
    wf = init_load_atlases_wf()