Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TestSuite ¶
type TestSuite struct { Name string `yaml:"name"` RunIfChanged []string `yaml:"run_if_changed"` // Tests are arbitrary strings. It is up to the caller to check the strings and decide whether // some code should be run. For example, they can match specific Bash function names or Make targets. Tests []string `yaml:"tests"` }
type TestSuites ¶
type TestSuites struct {
List []TestSuite `yaml:"testsuites"`
}
TestSuites holds mapping between file path regular expressions and test suites that cover the paths.
Click to show internal directories.
Click to hide internal directories.