From cd67f0ce766725c12a0798022475d9c4d390d77b Mon Sep 17 00:00:00 2001 From: Ryan King Date: Tue, 18 Aug 2020 11:12:43 -0700 Subject: [PATCH] [docs] added note about requiring acceptance tests --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8b8f4244e4..0fc43550fd 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ If you want to build and test the provider locally there is a make target `make ## Testing +**Note: PRs for new resources will not be accepted without passing acceptance tests.** + For the Terraform resources, there are 3 levels of testing - internal, unit and acceptance tests. The 'internal' tests are run in the `github.com/chanzuckerberg/terraform-provider-snowflake/pkg/resources` package so that they can test functions that are not exported. These tests are intended to be limited to unit tests for simple functions.