Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.
This repository was archived by the owner on Apr 16, 2023. It is now read-only.

Introduce an unit testing library #6

@teneko

Description

@teneko

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions