broadinstitute / gatk-dataflow

Development dataflow
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Make it easier for test authors to make their tests toggle-able between different dataflow backends #8

Open akiezun opened 9 years ago

akiezun commented 9 years ago

From @lbergelson on June 12, 2015 16:43

This could either be implemented by making the default dataflow runner depend on a system property, and not specifying any runner in the tests, or by having tests authors explicitly specify a new TestLocal or TestRemote runner for their tests as appropriate.

Copied from original issue: broadinstitute/hellbender#561