...

Package maint

import "gotest.tools/v3/internal/maint"
Overview
Index

Overview ▾

Package maint implements assert.TestingT for uses outside of test cases, for example, in a TestMain.

Index ▾

Package files

maint.go

Variables

T provides an implementation of assert.TestingT which uses os.Exit, and fmt.Println. This implementation can be used outside of test cases to provide assert.TestingT, for example in a TestMain.

var T = t{}