Files
docker-cli/components/cli/vendor/github.com/gotestyourself/gotestyourself
Daniel Nephin 40f9f0a5c0 Replace testify vendor with updated gotestyourself
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 5ef8835f23
Component: cli
2018-03-05 19:41:14 -05:00
..
2018-02-28 16:11:02 +01:00
2018-02-28 16:11:02 +01:00
2018-02-28 16:11:02 +01:00
2018-02-28 16:11:02 +01:00
2018-02-28 16:11:02 +01:00
2017-08-16 14:08:08 -04:00
2018-02-28 16:11:02 +01: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