hashicorp / hashicorp/terraform-plugin-testing
Remove/Replace mitchellh/go-testing-interface Dependency
Open
dependencies
- Dominant language
- Go
- Stars
- 68
- Forks
- 22
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 1
Description
### terraform-plugin-testing version
```
v1.6.0
```
### Use cases
https://github.com/mitchellh/go-testing-interface was archived earlier this year.
### Proposal
Consider replacing `testing.T` usage everywhere with error/skip response structures except for the "front door" `resource.Test()`, `resource.UnitTest()`, and `resource.ParallelTest()` functions.
Contributor guide
Assessment
This issue has not been assessed yet.