All pages will be filtered by your selected preferences
A collection of packages to augment the go testing package and support common patterns.
A collection of packages to augment testing
and support common patterns.
With Go modules enabled (go1.11+)
$ go get gotest.tools/v3
import "gotest.tools/v3/assert"
To use gotest.tools
with an older version of Go that does not understand Go
module paths pin to version v2.3.0
.
See CONTRIBUTING.md.