DockerCLI/vendor/github.com/gotestyourself/gotestyourself
Sébastien HOUZÉ 7e407610d4
Reset idPair during build to avoid cache busting
Signed-off-by: Sébastien HOUZÉ <cto@verylastroom.com>
2017-09-13 02:04:03 +02:00
..
fs Reset idPair during build to avoid cache busting 2017-09-13 02:04:03 +02:00
golden Add gotestyourself/poll 2017-09-06 17:07:35 -04:00
icmd Add gotestyourself/poll 2017-09-06 17:07:35 -04:00
poll Add gotestyourself/poll 2017-09-06 17:07:35 -04:00
skip Reset idPair during build to avoid cache busting 2017-09-13 02:04:03 +02:00
LICENSE Add gotestyourself dependency. 2017-08-16 14:08:08 -04:00
README.md Add gotestyourself/poll 2017-09-06 17:07:35 -04:00

README.md

Go Test Yourself

A collection of packages compatible with go test to support common testing patterns.

GoDoc CircleCI Go Reportcard

Packages

  • fs - create test files and directories
  • golden - compare large multi-line strings
  • testsum - a program to summarize go test output and test failures
  • icmd - execute binaries and test the output
  • poll - test asynchronous code by polling until a desired state is reached
  • skip - skip tests based on conditions