Skip to content

Commit

Permalink
Clarify that the Terraform testing documentation should be read befor…
Browse files Browse the repository at this point in the history
…e our acceptance testing docs
  • Loading branch information
roaks3 committed Mar 23, 2021
1 parent 7a16eac commit b9b8a06
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions contributing/writing-tests.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Writing Acceptance Tests

Terraform includes an acceptance test harness that does most of the repetitive
work involved in testing a resource. For additional information about testing
Terraform Providers, see the [Extending Terraform documentation](https://www.terraform.io/docs/extend/testing/index.html).
This guide is meant to augment that documentation with information specific to the HCP provider.
work involved in testing a resource. Please read the [Extending Terraform documentation](https://www.terraform.io/docs/extend/testing/index.html)
first for a general understanding of how this test harness works. The guide
below is meant to augment that documentation with information specific to the
HCP provider.

## Acceptance Tests Often Cost Money to Run

Expand Down

0 comments on commit b9b8a06

Please sign in to comment.