testutil

package
v0.31.0 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2021 License: MPL-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ContainerBackendFromEnv added in v0.17.0

func ContainerBackendFromEnv(t *testing.T) containerbackend.ContainerBackend

func Execute added in v0.3.0

func Execute(t *testing.T, dir string) error

func ExecuteWithOptions added in v0.3.0

func ExecuteWithOptions(t *testing.T, dir string, opts ...executor.Option) error

func ExecuteWithOptionsNew added in v0.16.0

func ExecuteWithOptionsNew(t *testing.T, dir string, opts ...executor.Option) error

ExecuteWithOptionsNew is the same thing as ExecuteWithOptions, but uses the new in-house parser.

func GetBasicContainerInstance

func GetBasicContainerInstance(t *testing.T, image string) *any.Any

func RestoreDirLater added in v0.3.0

func RestoreDirLater(t *testing.T)

func TasksFromJSON added in v0.8.0

func TasksFromJSON(t *testing.T, jsonBytes []byte) (result []*api.Task)

func TasksToJSON added in v0.7.0

func TasksToJSON(t *testing.T, tasks []*api.Task) []byte

func TempChdir

func TempChdir(t *testing.T)

TempChdir switches to a temporary per-test directory.

func TempChdirPopulatedWith added in v0.3.0

func TempChdirPopulatedWith(t *testing.T, sourceDir string)

TempChdirPopulatedWith creates a temporary per-test directory filled with sourceDir contents and switches to it.

func TempDir

func TempDir(t *testing.T) string

tempDir supplements an alternative to TB.TempDir()[1], which is only available in 1.15. [1]: https://github.com/golang/go/issues/35998

func TempDirPopulatedWith added in v0.3.0

func TempDirPopulatedWith(t *testing.T, sourceDir string) string

TempChdirPopulatedWith creates a temporary per-test directory filled with sourceDir contents and switches to it.

Types

This section is empty.

Jump to

Keyboard shortcuts

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