Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendPluginLoader ¶
func AppendPluginLoader(name string, loader PluginLoader)
Types ¶
type PluginLoader ¶
type PluginLoaderFunc ¶
func (PluginLoaderFunc) Load ¶
func (f PluginLoaderFunc) Load(name, args string) Plugin
type Prove ¶
type Prove struct {
FlagSet *flag.FlagSet
// Run N test jobs in parallel
Jobs int
// Execution command for running test
Exec string
Formatter Formatter
Merge bool
Plugins []Plugin
Mutex *sync.Mutex
ExitCode int
// contains filtered or unexported fields
}
func (*Prove) FindTestFiles ¶
FindTestFiles lists test files.
func (*Prove) MarkAsFail ¶
func (p *Prove) MarkAsFail()
Click to show internal directories.
Click to hide internal directories.