6 lines
202 B
Go
6 lines
202 B
Go
// Package integration contains end-to-end integration tests.
|
|
//
|
|
// These tests are gated behind the "integration" build tag and require
|
|
// a full environment (Docker, etc.) to run.
|
|
package integration
|