
testing package - testing - Go Packages
Sep 1, 2026 · Package testing provides support for automated testing of Go packages. It is intended to be used in concert with the …
testing package - k8s.io/client-go/testing - Go Packages
Aug 26, 2026 · Package testing provides a fake Kubernetes client suitable for use in unit tests.
synctest package - testing/synctest - Go Packages
Sep 1, 2026 · Package synctest provides support for testing concurrent code.
iotest package - testing/iotest - Go Packages
Aug 19, 2026 · Package iotest implements Readers and Writers useful mainly for testing.
fstest package - testing/fstest - Go Packages
Sep 1, 2026 · Package fstest implements support for testing implementations and users of file systems.
slogtest package - testing/slogtest - Go Packages
Sep 1, 2026 · Package slogtest implements support for testing implementations of log/slog.Handler.
test package - cmd/go/internal/test - Go Packages
Sep 1, 2026 · The first, called local directory mode, occurs when go test is invoked with no package arguments (for example, 'go test' …
quick package - testing/quick - Go Packages
Sep 1, 2026 · Package quick implements utility functions to help with black box testing.
testify package - github.com/stretchr/testify - Go Packages
Aug 17, 2026 · assert Package assert provides a set of comprehensive testing tools for use with the normal Go testing system. …
Go Packages - Go Packages
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.