File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,9 @@ $graph:
193
193
conformance test was added to verify this.
194
194
* `metadata`: The description and content of this test has been updated to
195
195
be more focused on the metadata present in the CWL file.
196
+ * The final references to Python 2 have been updated to Python 3.
197
+ * A few conformance tests had `dockerPull`s without a registry specified.
198
+ This has been fixed.
196
199
197
200
# ## New Mandatory Conformance Tests for v1.2.1
198
201
* `params_broken_null`: Test parameter reference that refers to
@@ -234,6 +237,12 @@ $graph:
234
237
* `very_big_and_very_floats_nojs`: Confirm that very big and very small
235
238
numbers are represented on the command line using decimals, not
236
239
scientific notation.
240
+ * `paramref_arguments_runtime`: confirm that the `runtime` object is
241
+ available to parameter references in arguments.
242
+ * `paramref_arguments_self`: confirm that the `self` object is available
243
+ and set to `null` in arguments.
244
+ * `paramref_arguments_inputs`: confirm that the `inputs` object is
245
+ available to parameter references in arguments.
237
246
238
247
# ## New Optional Conformance Tests for v1.2.1
239
248
You can’t perform that action at this time.
0 commit comments