containerd/vendor/src/github.com/go-check/check
Kenfe-Mickael Laventure 9992d2e1bd Vendor go-check in
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
2016-03-25 11:03:48 -07:00
..
.gitignore Vendor go-check in 2016-03-25 11:03:48 -07:00
.travis.yml Vendor go-check in 2016-03-25 11:03:48 -07:00
benchmark.go Vendor go-check in 2016-03-25 11:03:48 -07:00
check.go Vendor go-check in 2016-03-25 11:03:48 -07:00
checkers.go Vendor go-check in 2016-03-25 11:03:48 -07:00
helpers.go Vendor go-check in 2016-03-25 11:03:48 -07:00
LICENSE Vendor go-check in 2016-03-25 11:03:48 -07:00
printer.go Vendor go-check in 2016-03-25 11:03:48 -07:00
README.md Vendor go-check in 2016-03-25 11:03:48 -07:00
reporter.go Vendor go-check in 2016-03-25 11:03:48 -07:00
run.go Vendor go-check in 2016-03-25 11:03:48 -07:00
TODO Vendor go-check in 2016-03-25 11:03:48 -07:00

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