testing

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: May 29, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Testcase

type Testcase struct {
	Name        string `toml:"name"`
	Repo        string `toml:"repo"`
	Refspec     string `toml:"refspec"`
	SubPath     string `toml:"sub-path"`
	Artifact    string `toml:"artifact"`
	Handler     string `toml:"handler"`
	Override    string `toml:"override"`
	ContentType string `toml:"content-type"`
	Input       string `toml:"input"`
	Output      string `toml:"output"`
	SkipRebuild bool   `toml:"skip-rebuild"`
}

func (*Testcase) Run

func (tc *Testcase) Run(t *testing.T)

type Testcases

type Testcases struct {
	Common    Testcase   `toml:"common"`
	Testcases []Testcase `toml:"testcases"`
}

func (*Testcases) Run

func (tcs *Testcases) Run(t *testing.T)

Jump to

Keyboard shortcuts

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