Categorygithub.com/cristalhq/testt
repositorypackage
0.0.1
Repository: https://github.com/cristalhq/testt.git
Documentation: pkg.go.dev

# README

testt

build-img pkg-img reportcard-img coverage-img version-img

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.

License

MIT License.