Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateCommandFactory ¶
func UpdateCommandFactory(ui cli.Ui) cli.CommandFactory
Types ¶
type Flags ¶
type Flags struct {
// The relative or absolute path to the directory that contains the golden
// files.
GoldenFilesDirectory string
// The relative or absolute path to the directory that contains the test
// files and specifications.
TestingFilesDirectory string
// The relative or absolute path to the target binary.
BinaryPath string
// If empty, then all tests will be executed. If not empty, only tests
// included in this flag will be executed.
TestFilters StringList
// The relative or absolute path to the JSONC file containing global
// rewrites. This can be empty, in which case there are no global rewrites.
RewritesPath string
}
Flags is a helpful struct that contains the global flags for the equivalence test binary.
type StringList ¶
type StringList []string
StringList is a slice of strings that satisfies the interface for a flags.Value.
func (*StringList) Set ¶
func (stringlist *StringList) Set(s string) error
func (*StringList) String ¶
func (stringlist *StringList) String() string
Click to show internal directories.
Click to hide internal directories.