-
Notifications
You must be signed in to change notification settings - Fork 763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable binary acceptance test driver #373
Comments
Hi @kmoe, please mention me on the PR when it is ready. Happy to help with reviewing and testing the change 😄 |
@kmoe can we align this effort with another one that is in the works? There is a series of PRs that have their tests deferred but are now needed to unblock progress. Would you be willing to write a few of the missing tests as an example that future contributors can model going forward? |
👋 Hey Friends, this issue has been automatically marked as |
👋 Hey Friends, this issue has been automatically marked as |
Terraform plugin SDK v1.7.0 includes a new binary acceptance test driver feature, which makes acceptance tests runs more realistic by running
terraform
CLI commands during tests, instead of simulating them using old SDK code.Please see hashicorp/terraform-plugin-sdk#262 for more details about this feature, and hashicorp/terraform-provider-random#99 for an example of how to switch the feature on.
Parking this ticket here for now, as this needs https://github.com/terraform-providers/terraform-provider-github/pull/372. After https://github.com/terraform-providers/terraform-provider-github/pull/372 is merged I'll submit a PR enabling the binary driver for review.
The text was updated successfully, but these errors were encountered: