Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfGit ¶
type ConfGit struct { Clone bool `toml:"clone"` // Final Branch to checkout Branch string `toml:"branch"` // URL Repo Git Repo string `toml:"repo"` // Destination Path to clone Path string `toml:"path"` // Allow x509: certificate signed by unknown authority AllowInsecure bool `toml:"allowinsecure"` }
type ConfImport ¶ added in v0.7.0
type ConfImport struct { // Frequency for Re-Read paths for new tests // Yes it's a string, the conversion to duration is made later to allow other units > h Frequency string Git ConfGit Testfiles ConfTestfiles Variables ConfVariables }
type ConfTestfiles ¶
type ConfVariables ¶
type ImportManager ¶ added in v0.7.0
func InitImportManager ¶ added in v0.7.0
func InitImportManager(ci ConfImport) (ImportManager, error)
func (*ImportManager) LoadTestSuites ¶ added in v0.7.0
func (im *ImportManager) LoadTestSuites() (map[uint64]*teststruct.TestSuite, error)
Click to show internal directories.
Click to hide internal directories.