mirror of https://github.com/docker/cli.git
6c3d93bbb6
Add end to end suite |
||
---|---|---|
.. | ||
fs | ||
golden | ||
icmd | ||
skip | ||
LICENSE | ||
README.md |
README.md
Go Test Yourself
A collection of packages compatible with go test
to support common testing
patterns.
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
Related
- testify/assert and testify/require - assertion libraries with common assertions
- golang/mock - generate mocks for interfaces
- testify/suite - group test into suites to share common setup/teardown logic