mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
4 lines
194 B
Go
4 lines
194 B
Go
// Package integration provides integrations tests for Moby (API).
|
|
// These tests require a daemon (dockerd for now) to run.
|
|
package integration // import "github.com/docker/docker/integration"
|