...

Package cleanup

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

Overview ▾

Package cleanup handles migration to and support for the Go 1.14+ testing.TB.Cleanup() function.

Index ▾

Package files

cleanup.go

func Cleanup

func Cleanup(t logT, f func())

Cleanup registers f as a cleanup function on t if any mechanisms are available.

Skips registering f if TEST_NOCLEANUP is set to true.