You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
As the scenarios get more and more complex, we need a unit testing library for bootstrapping Terraform more easily. The requirement is to make it consumable by users of PseudoDynamic.Terraform.Plugin.Sdk.
Not only unit testing should be made possible but also integration tests*1 (see here) and acceptance tests*2 (see here).
*1 Integration tests are those tests where you create a plugin server instance inside the same process as the running test where you can mock parts of the plugin server.
*2 Acceptance tests are those tests where you create an process-indepdent plugin server instance and checks the reality after running Terraform against the plugin server.
Create the PseudoDynamic.Terraform.Plugin.UnitTesting project with at least a Terraform command wrapper and minimal integration and acceptance test capabilities
Create an integration for creating HCL files specific to one scenario that gets executed against written integration tests or acceptance tests (maybe CDKTF?)
The text was updated successfully, but these errors were encountered:
As the scenarios get more and more complex, we need a unit testing library for bootstrapping Terraform more easily. The requirement is to make it consumable by users of PseudoDynamic.Terraform.Plugin.Sdk.
Not only unit testing should be made possible but also integration tests*1 (see here) and acceptance tests*2 (see here).
*1 Integration tests are those tests where you create a plugin server instance inside the same process as the running test where you can mock parts of the plugin server.
*2 Acceptance tests are those tests where you create an process-indepdent plugin server instance and checks the reality after running Terraform against the plugin server.
TODO:
The text was updated successfully, but these errors were encountered: