schema_salad
schema_salad copied to clipboard
add automated test for breaking the API
to avoid situations like https://github.com/common-workflow-language/cwltool/pull/987#issuecomment-442741693 again
Add as another task in tox.ini
- [ ] 1. Check the diff, did we change/increment the prefix in
setup.py
&Makefile
? (also check that they match) - [ ] 2. If not,
pip install cwltool
and run thecwltool
tests using this version ofschema_salad
- [ ] 3. Repeat with the entire suite of CWL conformance tests using the latest release of
cwltool
(as above)