Files
docker-cli/components/engine/pkg/testutils
Peter Bourgon b75c55fd72 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)
Upstream-commit: b87daf6d697655ca092bf54717a64b07504a13c1
Component: engine
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.