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
2017-08-30 07:25:27 -07:00
..
fs
icmd
poll Add gotestyourself to vendor. 2017-08-25 17:24:25 -04:00
skip Add gotestyourself/skip 2017-08-29 14:35:12 -04:00
LICENSE
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