Skip to content

Commit

Permalink
Merge pull request #10901 from terraform-providers/d-clarify_acc_test…
Browse files Browse the repository at this point in the history
…_instructions

Adds instructions for correctly including acceptance test results in a PR
  • Loading branch information
gdavison authored Nov 15, 2019
2 parents 12b40de + 91e8ce2 commit 9bb0dca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ If change is not user facing, just write "NONE" in the release-note block below.

Output from acceptance testing:

<!--
Replace TestAccXXX with a pattern that matches the tests affected by this PR.
For more information on the `-run` flag, see the `go test` documentation at https://tip.golang.org/cmd/go/#hdr-Testing_flags.
-->
```
$ make testacc TESTARGS='-run=TestAccXXX'
Expand Down

0 comments on commit 9bb0dca

Please sign in to comment.