from xcp_d.tests.tests import mock_config
from xcp_d import config
from xcp_d.workflows.connectivity import init_parcellate_surfaces_wf

with mock_config():
    wf = init_parcellate_surfaces_wf(
        files_to_parcellate=["sulcal_depth", "sulcal_curv", "cortical_thickness"],
        name="parcellate_surfaces_wf",
    )