Skip to content

Commit 05e650a

Browse files
nsoranzojmchilton
authored andcommitted
Update CWL 1.2 conformance tests
1 parent 5c955fc commit 05e650a

File tree

9 files changed

+227
-69
lines changed

9 files changed

+227
-69
lines changed

lib/galaxy_test/api/cwl/test_cwl_conformance_v1_0.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ def test_conformance_v1_0_step_input_default_value_overriden(self):
13001300
@pytest.mark.cwl_conformance_v1_0
13011301
@pytest.mark.required
13021302
@pytest.mark.workflow
1303-
@pytest.mark.red
1303+
@pytest.mark.green
13041304
def test_conformance_v1_0_wf_simple(self):
13051305
"""Test simple workflow
13061306

lib/galaxy_test/api/cwl/test_cwl_conformance_v1_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ def test_conformance_v1_1_step_input_default_value_overriden(self):
13001300
@pytest.mark.cwl_conformance_v1_1
13011301
@pytest.mark.required
13021302
@pytest.mark.workflow
1303-
@pytest.mark.red
1303+
@pytest.mark.green
13041304
def test_conformance_v1_1_wf_simple(self):
13051305
"""Test simple workflow
13061306

lib/galaxy_test/api/cwl/test_cwl_conformance_v1_2.py

Lines changed: 153 additions & 15 deletions
Large diffs are not rendered by default.

test/unit/tools/cwl_tools/v1.2/conformance_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3130,7 +3130,7 @@
31303130
id: 238
31313131

31323132
- doc: Test that array of input files can be staged to directory with basename
3133-
label: stage_file_array
3133+
label: stage_file_array_basename
31343134
tool: tests/stage_file_array_basename.cwl
31353135
job: tests/stage_file_array.job.json
31363136
output:

0 commit comments

Comments
 (0)