80dc5819d3
New dockertest has a totally different API and will require some serious refactoring. This will tide over until then by pinning the API version.
6 lines
269 B
Go
6 lines
269 B
Go
// Package dockertest contains helper functions for setting up and tearing down docker containers to aid in testing.
|
|
// dockertest supports spinning up MySQL, PostgreSQL and MongoDB out of the box.
|
|
//
|
|
// Dockertest provides two environment variables
|
|
package dockertest
|