mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
This adds a new package `integration` where `engine` integration tests should live. Those integration tests should not depends on any `cli` components (except from the `dockerd` daemon for now — to actually start a daemon). Signed-off-by: Vincent Demeester <vincent@sbr.pm>
4 lines
145 B
Go
4 lines
145 B
Go
// Package integration provides integrations tests for Moby (API).
|
|
// These tests require a daemon (dockerd for now) to run.
|
|
package integration
|