cwltest.hooks

Hooks for pytest-cwl users.

Functions

pytest_cwl_execute_test(config, processfile, jobfile)

Execute CWL test using a Python function instead of a command line runner.

Module Contents

cwltest.hooks.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
  • CWL output object using plain Python objects.

Parameters:
Return type:

tuple[int, dict[str, Any] | None]