1
0
mirror of https://github.com/docker/cli.git synced 2026-01-25 03:42:05 +03:00
Files
cli/components/engine/vendor/src/github.com/go-check/check
Qiang Huang ac0ab24166 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>
Upstream-commit: ed868a2e119ded10cdc794e2d109210c8a6b0546
Component: engine
2016-05-12 09:19:23 +08:00
..
2015-04-21 10:28:52 -07:00
2016-03-11 14:38:50 -05:00
2016-05-12 09:19:23 +08:00
2015-04-21 10:28:52 -07:00
2015-04-21 10:28:52 -07:00
2015-04-21 10:28:52 -07:00
2016-03-11 14:38:50 -05:00
2016-03-11 14:38:50 -05:00
2016-03-11 14:38:50 -05:00
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