package testutils
import "github.com/cyphar/filepath-securejoin/internal/testutils"
Package testutils provides some internal helpers for tests.
Index ¶
- func MkdirAll(t TestingT, path string, mode os.FileMode)
- func Symlink(t TestingT, oldname, newname string)
- func WriteFile(t TestingT, path string, data []byte, mode os.FileMode)
- type TestingT
Functions ¶
func MkdirAll ¶
MkdirAll is a wrapper around os.MkdirAll.
func Symlink ¶
Symlink is a wrapper around os.Symlink.
func WriteFile ¶
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.
Source Files ¶
- Version
- v0.5.2
- Published
- Nov 19, 2025
- Platform
- windows/amd64
- Imports
- 3 packages
- Last checked
- 1 hour ago –
Tools for package owners.