Skip to content

Commit

Permalink
(multiple -> multiple_input) in test labels
Browse files Browse the repository at this point in the history
  • Loading branch information
GlassOfWhiskey authored and Iacopo Colonnelli committed May 17, 2024
1 parent 67f7465 commit ab8b826
Show file tree
Hide file tree
Showing 7 changed files with 213 additions and 104 deletions.
6 changes: 6 additions & 0 deletions .github/config/wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
abstractworkflowstep
acyclic
amstutz
arrayschema
Expand Down Expand Up @@ -160,6 +161,9 @@ loadlistingrequirement
localhost
lookahead
loopback
loopinput
loopoutputmethod
loopworkflowstep
maccallum
macos
mappredicate
Expand Down Expand Up @@ -194,6 +198,7 @@ outputbinding
outputenumschema
outputeval
outputformat
outputmethod
outputschema
outputsink
outputsource
Expand Down Expand Up @@ -231,6 +236,7 @@ saladversion
sbgenomics
scatterfeaturerequirement
scattermethod
scatterworkflowstep
schemadefrequirement
schemaorg
schemas
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Reporting
If you are being harassed by a member of the CWL Project, notice that someone
else is being harassed, or have any other concerns, please contact the CWL
Leadership Team at leadership@commonwl.org. If person who is harassing
you is on the team, they will recurse themselves from handling your incident. We
you is on the team, they will recuse themselves from handling your incident. We
will respond as promptly as we can.

This code of conduct applies to CWL Project spaces, but if you are being
Expand Down
4 changes: 2 additions & 2 deletions CONFORMANCE_TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ We will use this single entry to explain the format
Must include one or more of the following tags: `command_line_tool`, `expression_tool` or `workflow`.
If the test does not test any optional features, the tag `required` is required.

Because `conformance_tests.yaml` is a `schema-salad` processed document, [`$import`](https://www.commonwl.org/v1.2/SchemaSalad.html#Import)
Because `conformance_tests.yaml` is a `schema-salad` processed document, [`$import`](https://www.commonwl.org/v1.3/SchemaSalad.html#Import)
can be used to organize the tests into separate files.

Currently, the main file is too big (over 3400 lines); we are slowly re-organizing it.
Expand All @@ -166,7 +166,7 @@ At any level, if there is an extra field, then that will be considered an error.
An exception to this is `class: File` and `class: Directory` objects, the `cwl-runner` under test can add additional fields here without causing a test to fail.
Likewise, if you don't want to test some aspect of a `class: File` or `class: Directory` object (like `nameext`) you can just omit it.

[According to the CWL standards](https://www.commonwl.org/v1.2/CommandLineTool.html#File), the format of the `location` field in
[According to the CWL standards](https://www.commonwl.org/v1.3/CommandLineTool.html#File), the format of the `location` field in
`class: File` and `class: Directory` is implementation specific and we should not be testing them.
Please remember to use `location: Any` for them.

Expand Down
Loading

0 comments on commit ab8b826

Please sign in to comment.