1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/vendor/src/github.com/go-check/check
Qiang Huang ed868a2e11 Update go-check
It includes a small improvement, we hit test timeout sometimes
for some reason, print out the timed out case would be very
helpful.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2016-05-12 09:19:23 +08:00
..
.gitignore Add gocheck to vendored deps 2015-04-21 10:28:52 -07:00
.travis.yml Use forked gocheck and vendor 2016-03-11 14:38:50 -05:00
benchmark.go Vendoring shakers library and update go-check 2015-10-17 14:28:08 +02:00
check.go Update go-check 2016-05-12 09:19:23 +08:00
checkers.go Add gocheck to vendored deps 2015-04-21 10:28:52 -07:00
helpers.go Vendoring shakers library and update go-check 2015-10-17 14:28:08 +02:00
LICENSE Add gocheck to vendored deps 2015-04-21 10:28:52 -07:00
printer.go Add gocheck to vendored deps 2015-04-21 10:28:52 -07:00
README.md Use forked gocheck and vendor 2016-03-11 14:38:50 -05:00
reporter.go Use forked gocheck and vendor 2016-03-11 14:38:50 -05:00
run.go Use forked gocheck and vendor 2016-03-11 14:38:50 -05:00
TODO Add gocheck to vendored deps 2015-04-21 10:28:52 -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