1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/testutils
Peter Bourgon b87daf6d69 Only import "testing" from *_test.go
This prevents the testing package flags from leaking into the flagsets
of binaries that import docker. I left integration-cli alone.

Docker-DCO-1.1-Signed-off-by: Peter Bourgon <peter@bourgon.org> (github: peterbourgon)
2014-08-07 14:25:21 -07:00
..
MAINTAINERS Fix format in maintainers files 2014-06-02 07:05:06 +00:00
README.md pkg/testutils: utility functions to facilitate writing Go tests 2014-06-01 23:23:31 +00:00
utils_test.go Only import "testing" from *_test.go 2014-08-07 14:25:21 -07:00

testutils is a collection of utility functions to facilitate the writing of tests. It is used in various places by the Docker test suite.