tree: db3843b38fbc041d483ecdad0ad30fcf06cdd23f [path history] [tgz]
  1. benchmark.go
  2. check.go
  3. checkers.go
  4. helpers.go
  5. LICENSE
  6. printer.go
  7. README.md
  8. reporter.go
  9. run.go
vendor/github.com/go-check/check/README.md

Go-check

This is a fork of https://github.com/go-check/check

The intention of this fork is not to change any of the original behavior, but add some specific behaviors needed for some of my projects already using this test suite. For documentation on the main behavior of go-check see the aforementioned repo.

The original branch is intact at orig_v1