# README
testt
Testing tools for Go.
Rationale
TODO
Features
- Simple API.
See GUIDE.md for more details
Install
Go version 1.17+
go get github.com/cristalhq/testt
Example
func TestExample(t *testing.T) {
tt := testt.New(t)
var err error
tt.NoError(err)
}
Also see examples: examples_test.go.
Documentation
See these docs.