github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/internal/moduletest/suite.go (about)

     1  package moduletest
     2  
     3  // A Suite is a set of tests run together as a single Terraform configuration.
     4  type Suite struct {
     5  	Name       string
     6  	Components map[string]*Component
     7  }