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
|