Skip to content

Commit

Permalink
[docs] added note about requiring acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking committed Aug 18, 2020
1 parent 97d9a47 commit cd67f0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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.
Expand Down

0 comments on commit cd67f0c

Please sign in to comment.