Files
docker/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
..
2014-06-02 07:05:06 +00: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.