DockerCLI/vendor/github.com/gotestyourself/gotestyourself
Daniel Nephin edcea7c7a6 Vendor gotestyourself/env
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-10-04 17:36:43 -04:00
..
env Vendor gotestyourself/env 2017-10-04 17:36:43 -04: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