mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
e95585f7b0
Add container config decode tests |
||
---|---|---|
.. | ||
fs | ||
icmd | ||
poll | ||
skip | ||
LICENSE | ||
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
- poll - test asynchronous code by polling until a desired state is reached
- 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