//
pkg.gl
Category
github.com/circleci-public/circleci-demo-docker
test
package
0.0.0-20170411095840-f080cac0f844
Repository:
https://github.com/circleci-public/circleci-demo-docker.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
0
Files
72 SLOC
#
Functions
SetupDB
SetupDB initializes a test database, performing all migrations.
SetupEnv
SetupEnv creates a new test environment, including a clean database and an instance of our HTTP service.
#
Structs
Env
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.