Rich testing for the Go language
Go
Switch branches/tags
Nothing to show
Pull request Compare This branch is even with go-check:v1.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
.travis.yml
LICENSE
README.md
TODO
benchmark.go
benchmark_test.go
bootstrap_test.go
check.go
check_test.go
checkers.go
checkers_test.go
export_test.go
fixture_test.go
foundation_test.go
helpers.go
helpers_test.go
printer.go
printer_test.go
reporter.go
reporter_test.go
run.go
run_test.go

README.md

Instructions

Install the package with:

go get gopkg.in/check.v1

Import it with:

import "gopkg.in/check.v1"

and use check as the package name inside the code.

For more details, visit the project page:

and the API documentation: