Add test for generated CWL worfklows
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