from xcp_d.tests.tests import mock_config
from xcp_d import config
from xcp_d.workflows.anatomical.surface import init_postprocess_surfaces_wf

with mock_config():
    wf = init_postprocess_surfaces_wf(
        mesh_available=True,
        standard_space_mesh=False,
        morphometry_files=[],
        t1w_available=True,
        t2w_available=True,
        software="FreeSurfer",
        name="postprocess_surfaces_wf",
    )