ensure

package
v3.13.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HelmHome

func HelmHome(t *testing.T)

HelmHome sets up a Helm Home in a temp dir.

func TempFile added in v3.3.0

func TempFile(t *testing.T, name string, data []byte) string

TempFile ensures a temp file for unit testing purposes.

It returns the path to the directory (to which you will still need to join the filename)

The returned directory is automatically removed when the test and all its subtests complete.

tempdir := TempFile(t, "foo", []byte("bar"))
filename := filepath.Join(tempdir, "foo")

Types

This section is empty.

Jump to

Keyboard shortcuts

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