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 cb7acfc commit e1daa54Copy full SHA for e1daa54
tests/test_complete.py
@@ -100,11 +100,10 @@ def test_packed_graph(tmp_path: Path) -> None:
100
shallow=False,
101
)
102
103
+
104
def test_multi_version_upgrade_external_steps(tmp_path: Path) -> None:
105
"""Test 1.0 to 1.2 upgrade of Workflow with external steps."""
- main(
106
- [f"--dir={tmp_path}", get_data("testdata/v1.0/1st-workflow.cwl")]
107
- )
+ main([f"--dir={tmp_path}", get_data("testdata/v1.0/1st-workflow.cwl")])
108
assert filecmp.cmp(
109
get_data("testdata/v1.2/arguments.cwl"),
110
tmp_path / "arguments.cwl",
0 commit comments