from petprep.workflows.tests import mock_config
from petprep.workflows.pet.pvc import init_pet_pvc_wf

with mock_config():
    wf = init_pet_pvc_wf(
        name="pvc_wf",
        tool="PETPVC",
        method="GTM"
    )