cwl_utils.tests.test_subscope
=============================

.. py:module:: cwl_utils.tests.test_subscope

.. autoapi-nested-parse::

   Test that scoping of identifiers in Workflow.steps[].run is correct.



Functions
---------

.. autoapisummary::

   cwl_utils.tests.test_subscope.test_workflow_step_process_scope_v1_0
   cwl_utils.tests.test_subscope.test_workflow_step_process_scope_v1_1
   cwl_utils.tests.test_subscope.test_workflow_step_process_scope_v1_2


Module Contents
---------------

.. py:function:: test_workflow_step_process_scope_v1_0()

   CWL v1.0 IDs under Workflow.steps[].run should not be scoped in the "run" scope.


.. py:function:: test_workflow_step_process_scope_v1_1()

   CWL v1.1 IDs under Workflow.steps[].run should be scoped in the "run" scope.


.. py:function:: test_workflow_step_process_scope_v1_2()

   CWL v1.2 IDs under Workflow.steps[].run should be scoped in the "run" scope.


