testutils

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2025 License: BSD-3-Clause, MPL-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package testutils provides some internal helpers for tests.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MkdirAll

func MkdirAll(t TestingT, path string, mode os.FileMode)

MkdirAll is a wrapper around os.MkdirAll.

func Symlink(t TestingT, oldname, newname string)

Symlink is a wrapper around os.Symlink.

func WriteFile

func WriteFile(t TestingT, path string, data []byte, mode os.FileMode)

WriteFile is a wrapper around os.WriteFile.

Types

type TestingT

type TestingT interface {
	assert.TestingT
	require.TestingT

	TempDir() string
	Fatalf(format string, args ...any)
	Skip(args ...any)
}

TestingT is an interface wrapper around *testing.T.

Jump to

Keyboard shortcuts

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