We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830812b commit f81ef26Copy full SHA for f81ef26
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