Versions in this module Expand all Collapse all v0 v0.0.1 Jun 5, 2022 Changes in this version + type TestSuite struct + Config config.Config + ModuleStatus map[string]string + Providers map[string]provider.Provider + RunCommandFn func(t ttesting.TestingT, command shell.Command) (string, error) + T *testing.T + func New() TestSuite + func (s *TestSuite) ParseArgs(prov provider.Provider, args []string) ([]string, error) + func (s *TestSuite) Run() (string, error) + func (s *TestSuite) RunTest(test config.TestCase) error + func (s *TestSuite) SetConfig(c config.Config) *TestSuite