Files
opentf/command
Martin Atkins c12d64f340 Use t.Helper() in our test helpers
Go 1.9 adds this new function which, when called, marks the caller as
being a "helper function". Helper function stack frames are then skipped
when trying to find a line of test code to blame for a test failure, so
that the code in the main test function appears in the test failure output
rather than a line within the helper function itself.

This covers many -- but probaly not all -- of our test helpers across
various packages.
2017-08-28 09:59:30 -07:00
..
2017-07-05 17:24:17 -07:00
2015-04-29 13:07:13 -05:00
2017-07-05 17:24:17 -07:00
2017-07-18 13:03:57 -04:00
2017-02-24 18:32:59 -05:00
2017-02-24 18:32:59 -05:00
2017-08-09 14:01:45 -04:00
2017-08-17 09:43:09 +02:00
2017-07-06 11:34:47 -04:00
2017-07-05 17:24:17 -07:00
2017-07-05 17:24:17 -07:00
2017-07-05 17:24:17 -07:00
2017-08-03 13:24:23 -04:00
2014-05-24 12:04:43 -07:00