Documentation ¶
Overview ¶
Runs tests on an existing story database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdCheck = &base.Command{
Run: runCheck,
Flag: buildFlags(),
UsageLine: "tap check [-in path] [name]",
Short: "run tests on existing stories",
Long: `Loads an playable database and runs (one or more) test scripts that it contains.
Runs all unit tests by default, can specify a name to run a specific one.
`,
}
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.