Files
opentf/helper/resource
Brian Flad 798162125b helper/resource: Add ParallelTest() function to allow opt-in acceptance testing concurrency with t.Parallel()
While this initial implementation is a very simple wrapper function, implementing this in the helper/resource package provides some downstream benefits:
* Provides a standard interface for plugin developers to enable parallel acceptance testing
* Existing plugins can simply convert resource.Test to resource.ParallelTest references (as appropriate) to enable the functionality, rather than worrying about additional line(s) to each acceptance test function or TestCase
* Potential enhancements to ParallelTest (e.g. adding an environment variable to skip enabling the behavior) are consistently propagated
2018-08-15 15:00:27 -04:00
..
2018-03-10 21:53:54 -05:00
2018-03-10 12:40:37 -05:00
2014-09-17 16:33:24 -07:00
2014-09-17 16:33:24 -07:00
2017-04-19 18:07:00 -04:00
2017-12-26 14:32:57 -05:00
2018-03-14 17:33:03 +01:00