mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
6b025a8b66
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>
3 lines
145 B
Go
3 lines
145 B
Go
// Package integration provides integrations tests for Moby (API).
|
|
// These tests require a daemon (dockerd for now) to run.
|
|
package integration
|