common-workflow-language / cwltool

Common Workflow Language reference implementation
https://cwltool.readthedocs.io/
Apache License 2.0
326 stars 227 forks source link

--skip-schemas needs test cases #660

Open mr-c opened 6 years ago

mr-c commented 6 years ago

To prevent https://github.com/common-workflow-language/cwltool/pull/656 from being needed again

souravsingh commented 6 years ago

@mr-c Do we have to add the tests for --skip-schemas here- /cwltool/tests/test_toolargparse.py

Also, I noticed that other arguments like --print-dot are not tested, Do we need to add tests for those? I noticed the tests for -print-dot are added here- cwltool/tests/test_examples.py

souravsingh commented 6 years ago

@mr-c @tetron I need some help in getting started