terraform/command/e2etest
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
..
test-fixtures command/e2etest: an initial test for the primary workflow 2017-07-17 14:25:33 -07:00
.gitignore command/e2etest: end-to-end testing harness 2017-07-17 14:25:33 -07:00
doc.go command/e2etest: end-to-end testing harness 2017-07-17 14:25:33 -07:00
init_test.go e2e: Decouple logic for running e2e tests 2017-08-16 18:20:13 +02:00
main_test.go Use t.Helper() in our test helpers 2017-08-28 09:59:30 -07:00
make-archive.sh command/e2etest: end-to-end testing harness 2017-07-17 14:25:33 -07:00
primary_test.go e2e: Decouple logic for running e2e tests 2017-08-16 18:20:13 +02:00
version_test.go e2e: Decouple logic for running e2e tests 2017-08-16 18:20:13 +02:00