Closed tanaes closed 7 years ago
This adds capability to easily launch a 'wet' test run, simply by doing:
oecophylla workflow --test
You can also provide other workflow parameters to test specific things, like testing a particular module:
oecophylla workflow --test qc
or testing in a particular workflow context:
oecophylla workflow --workflow-type torque --cluster-config cluster.json --test qc
what do you think @mortonjt? I went back and forth a ton of times on how best to do this, but this seemed most parsimonious.
whoops need to pull on dev
This adds capability to easily launch a 'wet' test run, simply by doing:
You can also provide other workflow parameters to test specific things, like testing a particular module:
or testing in a particular workflow context:
what do you think @mortonjt? I went back and forth a ton of times on how best to do this, but this seemed most parsimonious.