package
0.0.0-20170411095840-f080cac0f844
Repository: https://github.com/circleci-public/circleci-demo-docker.git
Documentation: pkg.go.dev

# Functions

SetupDB initializes a test database, performing all migrations.
SetupEnv creates a new test environment, including a clean database and an instance of our HTTP service.

# Structs

Env provides access to all services used in tests, like the database, our server, and an HTTP client for performing HTTP requests against the test server.