5 lines
234 B
Go
5 lines
234 B
Go
// Package integration contains integration tests for the backend API.
|
|
//
|
|
// These tests are guarded by the "integration" build tag and are not run by default.
|
|
// Use `go test -tags=integration ./...` to run them.
|
|
package integration
|