cmdtest

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunIntergationTests

func RunIntergationTests(t *testing.T, tcs []ITTest, tn string, cf func() *cobra.Command)

Runs set of tests against command returned by the command factory function cf.

Types

type ITArgs

type ITArgs struct {
	Args       []string
	Stdin      string
	InputFile  string
	OutputFile string
	Stdout     string
	StdoutFile string
	ErrorText  string
}

Command integration test arguments and expected outcomes

type ITTest

type ITTest struct {
	Name string
	Args ITArgs
	Want bool
}

Command test case

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL