cwl_utils.tests.test_extensions

Functions

test_cuda_requirement_v1_0()

Test that CUDARequirement objects are correctly loaded for CWL v1.0.

test_cuda_requirement_v1_1()

Test that CUDARequirement objects are correctly loaded for CWL v1.1.

test_cuda_requirement_v1_2()

Test that CUDARequirement objects are correctly loaded for CWL v1.2.

test_load_listing_requirement_v1_0()

Test that LoadListingRequirement objects are correctly loaded for CWL v1.0.

test_loop_v1_2()

Test that Loop and LoopInput objects are correctly loaded for CWL v1.2.

test_inplace_update_requirement_v1_0()

Test that InplaceUpdateRequirement objects are correctly loaded for CWL v1.0.

test_mpi_requirement_v1_0()

Test that MPIRequirement objects are correctly loaded for CWL v1.0.

test_mpi_requirement_v1_1()

Test that MPIRequirement objects are correctly loaded for CWL v1.1.

test_mpi_requirement_v1_2()

Test that MPIRequirement objects are correctly loaded for CWL v1.2.

test_network_access_v1_0()

Test that NetworkAccess objects are correctly loaded for CWL v1.0.

test_process_generator_v1_0()

Test that ProcessGenerator objects are correctly loaded for CWL v1.0.

test_process_generator_v1_1()

Test that ProcessGenerator objects are correctly loaded for CWL v1.1.

test_process_generator_v1_2()

Test that ProcessGenerator objects are correctly loaded for CWL v1.2.

test_secrets_v1_0()

Test that Secrets objects are correctly loaded for CWL v1.0.

test_secrets_v1_1()

Test that Secrets objects are correctly loaded for CWL v1.1.

test_secrets_v1_2()

Test that Secrets objects are correctly loaded for CWL v1.2.

test_shm_size_v1_0()

Test that ShmSize objects are correctly loaded for CWL v1.0.

test_shm_size_v1_1()

Test that ShmSize objects are correctly loaded for CWL v1.1.

test_shm_size_v1_2()

Test that ShmSize objects are correctly loaded for CWL v1.2.

test_time_limit_v1_0()

Test that TimeLimit objects are correctly loaded for CWL v1.0.

test_work_reuse_v1_0()

Test that WorkReuse objects are correctly loaded for CWL v1.0.

Module Contents

cwl_utils.tests.test_extensions.test_cuda_requirement_v1_0()

Test that CUDARequirement objects are correctly loaded for CWL v1.0.

Return type:

None

cwl_utils.tests.test_extensions.test_cuda_requirement_v1_1()

Test that CUDARequirement objects are correctly loaded for CWL v1.1.

Return type:

None

cwl_utils.tests.test_extensions.test_cuda_requirement_v1_2()

Test that CUDARequirement objects are correctly loaded for CWL v1.2.

Return type:

None

cwl_utils.tests.test_extensions.test_load_listing_requirement_v1_0()

Test that LoadListingRequirement objects are correctly loaded for CWL v1.0.

Return type:

None

cwl_utils.tests.test_extensions.test_loop_v1_2()

Test that Loop and LoopInput objects are correctly loaded for CWL v1.2.

Return type:

None

cwl_utils.tests.test_extensions.test_inplace_update_requirement_v1_0()

Test that InplaceUpdateRequirement objects are correctly loaded for CWL v1.0.

Return type:

None

cwl_utils.tests.test_extensions.test_mpi_requirement_v1_0()

Test that MPIRequirement objects are correctly loaded for CWL v1.0.

Return type:

None

cwl_utils.tests.test_extensions.test_mpi_requirement_v1_1()

Test that MPIRequirement objects are correctly loaded for CWL v1.1.

Return type:

None

cwl_utils.tests.test_extensions.test_mpi_requirement_v1_2()

Test that MPIRequirement objects are correctly loaded for CWL v1.2.

Return type:

None

cwl_utils.tests.test_extensions.test_network_access_v1_0()

Test that NetworkAccess objects are correctly loaded for CWL v1.0.

Return type:

None

cwl_utils.tests.test_extensions.test_process_generator_v1_0()

Test that ProcessGenerator objects are correctly loaded for CWL v1.0.

Return type:

None

cwl_utils.tests.test_extensions.test_process_generator_v1_1()

Test that ProcessGenerator objects are correctly loaded for CWL v1.1.

Return type:

None

cwl_utils.tests.test_extensions.test_process_generator_v1_2()

Test that ProcessGenerator objects are correctly loaded for CWL v1.2.

Return type:

None

cwl_utils.tests.test_extensions.test_secrets_v1_0()

Test that Secrets objects are correctly loaded for CWL v1.0.

Return type:

None

cwl_utils.tests.test_extensions.test_secrets_v1_1()

Test that Secrets objects are correctly loaded for CWL v1.1.

Return type:

None

cwl_utils.tests.test_extensions.test_secrets_v1_2()

Test that Secrets objects are correctly loaded for CWL v1.2.

Return type:

None

cwl_utils.tests.test_extensions.test_shm_size_v1_0()

Test that ShmSize objects are correctly loaded for CWL v1.0.

Return type:

None

cwl_utils.tests.test_extensions.test_shm_size_v1_1()

Test that ShmSize objects are correctly loaded for CWL v1.1.

Return type:

None

cwl_utils.tests.test_extensions.test_shm_size_v1_2()

Test that ShmSize objects are correctly loaded for CWL v1.2.

Return type:

None

cwl_utils.tests.test_extensions.test_time_limit_v1_0()

Test that TimeLimit objects are correctly loaded for CWL v1.0.

Return type:

None

cwl_utils.tests.test_extensions.test_work_reuse_v1_0()

Test that WorkReuse objects are correctly loaded for CWL v1.0.

Return type:

None