A collection of packages to augment the go testing package and support common patterns.
Last updated Jun 28, 2026
579
Stars
54
Forks
33
Issues
+1
Stars/day
Attention Score
25
Language breakdown
Go 99.9%
Shell 0.1%
▸ Files
click to expand
README
gotest.tools
A collection of packages to augment testing and support common patterns.
Usage
With Go modules enabled
$ go get gotest.tools/v3
import "gotest.tools/v3/assert"
Packages
- assert -
- env -
- fs -
- golden -
- icmd -
- poll -
- skip -
Related
go test runner with custom output zero-dependency patterns for organizing test cases zero-dependency test doubles (fakes, spies, stubs, and mocks) and monkey patching patternsContributing
See CONTRIBUTING.md.
🔗 More in this category