DockerCLI/vendor/github.com/gotestyourself/gotestyourself
Daniel Nephin 5ef8835f23 Replace testify vendor with updated gotestyourself
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2018-03-05 19:41:14 -05:00
..
assert Replace testify vendor with updated gotestyourself 2018-03-05 19:41:14 -05:00
env Replace testify vendor with updated gotestyourself 2018-03-05 19:41:14 -05:00
fs Update gotestyourself dependency 2018-02-28 16:11:02 +01:00
golden Replace testify vendor with updated gotestyourself 2018-03-05 19:41:14 -05:00
icmd Update gotestyourself dependency 2018-02-28 16:11:02 +01:00
internal Update gotestyourself dependency 2018-02-28 16:11:02 +01:00
poll Update gotestyourself dependency 2018-02-28 16:11:02 +01:00
skip Update gotestyourself dependency 2018-02-28 16:11:02 +01:00
LICENSE Add gotestyourself dependency. 2017-08-16 14:08:08 -04:00
README.md Update gotestyourself dependency 2018-02-28 16:11:02 +01:00

README.md

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