We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60c3bb commit 3b27b25Copy full SHA for 3b27b25
1 file changed
test/test_core.py
@@ -404,3 +404,6 @@ def test_image_builder_build_dir(from_env_mock, tmp_path, set_env, skip_build):
404
assert output_env["name"] == env_def["name"]
405
assert output_env["channels"] == env_def["channels"]
406
assert set(output_env["dependencies"]) >= set(env_def["dependencies"])
407
+
408
+ cwl = image_builder.create_cwl()
409
+ assert "cwlVersion" in cwl
0 commit comments