DockerCLI/vendor/github.com/gotestyourself/gotestyourself
Tibor Vass 6c3d93bbb6 Merge pull request #445 from dnephin/add-end-to-end-suite
Add end to end suite
2017-08-23 16:16:09 -07:00
..
fs Add gotestyourself dependency. 2017-08-16 14:08:08 -04:00
golden Add gotestyourself dependency. 2017-08-16 14:08:08 -04:00
icmd Add gotestyourself dependency. 2017-08-16 10:35:56 -04:00
skip Add gotestyourself dependency. 2017-08-16 14:08:08 -04:00
LICENSE Add gotestyourself dependency. 2017-08-16 14:08:08 -04:00
README.md Add gotestyourself dependency. 2017-08-16 14:08:08 -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
  • skip - skip tests based on conditions