system

package
v1.8.1 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2023 License: MIT Imports: 5 Imported by: 59

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command struct {
	Output string
	Error  error
	// contains filtered or unexported fields
}

func NewCommand

func NewCommand(directory, executable string, arguments ...string) Command

func (Command) Execute

func (this Command) Execute() Command

type Shell

type Shell struct {
	// contains filtered or unexported fields
}

func NewShell

func NewShell(gobin, reportsPath string, coverage bool, defaultTimeout string) *Shell

func (*Shell) GoTest

func (self *Shell) GoTest(directory, packageName string, tags, arguments []string) (output string, err error)

Jump to

Keyboard shortcuts

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