Skip to content

Add test for generated CWL worfklows

Marcel Loose requested to merge RAP-479_CWL-validation-tests into master

Add a test that validates all possible CWL workflows that can be generated by the Rapthor pipeline. It does so by mimicking the behavior in rapthor.lib.operation.Operation.setup(). This avoids the need to actually instantiate any of the operation classes, which carries a significant overhead.

Closes RAP-479

Merge request reports