Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanConfigDir ¶
CleanConfigDir clean temporal testing XDG_CONFIG_HOME.
func SetupConfigDir ¶
SetupConfigDir setup an XDG_CONFIG_HOME for testing.
Types ¶
type Runner ¶
type Runner interface { Run(string) Runner RunE(string, error) Runner Runf(string, ...interface{}) Runner RunArgs(string, ...string) Runner RunArgsE(string, error, ...string) Runner Equal(string) Runner Contains(string) Runner Containsf(string, ...interface{}) Runner Empty() Runner }
Runner interface for test command runner.
Click to show internal directories.
Click to hide internal directories.