Documentation
¶
Index ¶
Constants ¶
View Source
const AppVersion = "0.4.1"
View Source
const (
UnresolvedTestCaseName = "???"
)
Variables ¶
This section is empty.
Functions ¶
func SaveHistories ¶ added in v0.3.0
Types ¶
type Config ¶ added in v0.2.0
type Config struct {
Command []string `toml:"command"`
History HistoryConfig `toml:"history"`
}
func LoadConfig ¶ added in v0.2.0
type Histories ¶ added in v0.3.0
func LoadHistories ¶ added in v0.3.0
type HistoryConfig ¶ added in v0.3.0
type Target ¶
func (*Target) DropLastSegment ¶
func (t *Target) DropLastSegment()
type TestFunction ¶
Click to show internal directories.
Click to hide internal directories.