cwltest.hooks ============= .. py:module:: cwltest.hooks .. autoapi-nested-parse:: Hooks for pytest-cwl users. Functions --------- .. autoapisummary:: cwltest.hooks.pytest_cwl_execute_test Module Contents --------------- .. py:function:: pytest_cwl_execute_test(config, processfile, jobfile) Execute CWL test using a Python function instead of a command line runner. The return value is a tuple. - status code - 0 = success - :py:attr:`cwltest.UNSUPPORTED_FEATURE` for an unsupported feature - and any other number for failure - CWL output object using plain Python objects. :param processfile: a path to a CWL document :param jobfile: an optionl path to JSON/YAML input object