Documentation
¶
Index ¶
Constants ¶
View Source
const AppVersion = "0.5.0"
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 History ¶ 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.