Documentation ¶
Overview ¶
Package testtask implements a portable set of commands useful as stand-ins for user tasks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run() bool
Run interprets os.Args as a testtask script if the current program was launched with an environment configured by SetCmdEnv or SetTaskEnv. It returns false if the environment was not set by this package.
func SetCmdEnv ¶
SetCmdEnv configures the environment of cmd so that Run executes a testtask script when called from within cmd.
func SetTaskConfigEnv ¶ added in v0.9.0
func SetTaskConfigEnv(t *drivers.TaskConfig)
SetTaskConfigEnv configures the environment of t so that Run executes a testtask script when called from within t.
func SetTaskEnv ¶
SetTaskEnv configures the environment of t so that Run executes a testtask script when called from within t.
Types ¶
This section is empty.