toil.test.cwl.conftest

Attributes

logger

collect_ignore

Functions

pytest_cwl_execute_test(config, processfile, jobfile)

Use Toil to execute CWL tests (equivalent to running toil-cwl-runner).

Module Contents

toil.test.cwl.conftest.logger
toil.test.cwl.conftest.collect_ignore = ['spec']
toil.test.cwl.conftest.pytest_cwl_execute_test(config, processfile, jobfile)

Use Toil to execute CWL tests (equivalent to running toil-cwl-runner).

Parameters:
  • config (cwltest.utils.CWLTestConfig)

  • processfile (str)

  • jobfile (Optional[str])

Return type:

Tuple[int, Optional[Dict[str, Any]]]