package
Version:
v0.1.5-beta.1
Opens a new window with list of versions in this module.
Published: Feb 20, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
View Source
var StepFileName = regexp.MustCompile(`^(\d\d)-(.*)\.(?:yaml|yml)$`)
func TryFindStepFiles(path string) (map[string]Step, error)
type Step struct {
AssertFiles []string
ErrorFiles []string
OtherFiles []string
}
type Test struct {
*v1alpha1.Test
BasePath string
Err error
}
func DiscoverTests(fileName string, selector labels.Selector, paths ...string) ([]Test, error)
func LoadTest(fileName string, path string) ([]Test, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.