schema_salad icon indicating copy to clipboard operation
schema_salad copied to clipboard

add automated test for breaking the API

Open mr-c opened this issue 6 years ago • 0 comments

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 the cwltool tests using this version of schema_salad
  • [ ] 3. Repeat with the entire suite of CWL conformance tests using the latest release of cwltool (as above)

mr-c avatar Nov 29 '18 10:11 mr-c