mskcc / pluto-cwl

CWL workflows for helix filter scripts
1 stars 6 forks source link

Update test suite for integration testing #80

Closed stevekm closed 2 years ago

stevekm commented 2 years ago

as per https://app.clickup.com/t/1w8gzt9

need to update the integration test, primarily https://github.com/mskcc/pluto-cwl/blob/master/tests/test_workflow_with_facets.py , to allow for better usage with CI (Jenkins)

This requires a bit of refactoring of some testing components, primarily those in the pluto submodule, along with cleanup and preparation of copies of datasets for use with testing

stevekm commented 2 years ago

first part of this is implemented here https://github.com/mskcc/pluto-cwl/blob/master/tests/test_workflow_with_facets.medium.py

stevekm commented 2 years ago

will implement the XL sized 175 pair test as well. Closing this ticket.