Documentation ¶
Index ¶
Constants ¶
View Source
const ( RunnerIdle int32 = iota RunnerBusy )
Variables ¶
This section is empty.
Functions ¶
func MatchTests ¶
* MatchTests launches a go routine to match file change events to unit tests.
Types ¶
type Report ¶
type Report []TestReport
type TestReport ¶
type TestReport struct { Name string Package string Status TestStatus Message string }
type TestStatus ¶
type TestStatus int8
const ( StatusPending TestStatus = iota StatusSkipped StatusFailed StatusPanicked StatusPassed )
Click to show internal directories.
Click to hide internal directories.