cwl_utils.tests.test_subscope
Test that scoping of identifiers in Workflow.steps[].run is correct.
Functions
CWL v1.0 IDs under Workflow.steps[].run should not be scoped in the "run" scope. |
|
CWL v1.1 IDs under Workflow.steps[].run should be scoped in the "run" scope. |
|
CWL v1.2 IDs under Workflow.steps[].run should be scoped in the "run" scope. |
Module Contents
- cwl_utils.tests.test_subscope.test_workflow_step_process_scope_v1_0()
CWL v1.0 IDs under Workflow.steps[].run should not be scoped in the “run” scope.
- Return type:
None
- cwl_utils.tests.test_subscope.test_workflow_step_process_scope_v1_1()
CWL v1.1 IDs under Workflow.steps[].run should be scoped in the “run” scope.
- Return type:
None
- cwl_utils.tests.test_subscope.test_workflow_step_process_scope_v1_2()
CWL v1.2 IDs under Workflow.steps[].run should be scoped in the “run” scope.
- Return type:
None