tree: 7c3905bc9f92325123641c7599052b0d42045725 [path history] [tgz]
  1. fs/
  2. icmd/
  3. poll/
  4. skip/
  5. LICENSE
  6. README.md
vendor/github.com/gotestyourself/gotestyourself/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

Related