1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/vendor/github.com/gotestyourself/gotestyourself
Daniel Nephin 073963e3b7 Update vendor
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2018-03-16 10:54:54 -04:00
..
assert Update vendor 2018-03-16 10:54:54 -04:00
env Update vendor 2018-03-16 10:54:54 -04:00
fs Update vendor 2018-03-16 10:54:54 -04:00
icmd Update vendor 2018-03-16 10:54:54 -04:00
internal Update vendor 2018-03-16 10:54:54 -04:00
poll update gotestyourself 2018-01-16 17:43:47 -05:00
skip Update vendor 2018-03-16 10:54:54 -04:00
LICENSE
README.md Update vendor 2018-03-16 10:54:54 -04:00

Go Test Yourself

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

GoDoc CircleCI Go Reportcard

Packages

  • assert - compare values and fail the test when the comparison fails
  • env - test code that uses environment variables
  • fs - create test files and directories
  • golden - compare large multi-line strings
  • 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
  • testsum - a program to summarize go test output and test failures