Skip to content

Commit f81ef26

Browse files
committed
Add test for ImageBuilder.create_cwl()
1 parent 830812b commit f81ef26

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/test_core.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,3 +404,6 @@ def test_image_builder_build_dir(from_env_mock, tmp_path, set_env, skip_build):
404404
assert output_env["name"] == env_def["name"]
405405
assert output_env["channels"] == env_def["channels"]
406406
assert set(output_env["dependencies"]) >= set(env_def["dependencies"])
407+
408+
cwl = image_builder.create_cwl()
409+
assert "cwlVersion" in cwl

0 commit comments

Comments
 (0)