-
-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validates file with SchemaDefRequirement
refs bug #1473
- Loading branch information
Showing
3 changed files
with
1,467 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from cwltool.main import main | ||
from .util import get_data | ||
|
||
|
||
def test_schemadef() -> None: | ||
exit_code = main(["--validate", get_data("tests/wf/schemadef-bug-1473.cwl")]) | ||
assert exit_code == 0 |
Oops, something went wrong.