Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Runner ¶
type Runner interface {
Run() error
}
Runner can execute a suite of tests and return any none 0 exit statuses.
type SuiteRunner ¶
SuiteRunner is a standard suite runner that runs suits sequentially.
func NewSuiteRunner ¶
func NewSuiteRunner(location string, update bool) *SuiteRunner
NewSuiteRunner initializes the runner with a specific location to run tests from.
type Test ¶
type Test struct { It string `json:"it"` Asserts []*apiextensionsv1.JSON `json:"asserts"` }
Click to show internal directories.
Click to hide internal directories.