mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Introduce test-integration target (and deprecate/freeze test-integration-cli)
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>
This commit is contained in:
parent
187cd25517
commit
6b025a8b66
8 changed files with 201 additions and 78 deletions
3
integration/doc.go
Normal file
3
integration/doc.go
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
// Package integration provides integrations tests for Moby (API).
|
||||
// These tests require a daemon (dockerd for now) to run.
|
||||
package integration
|
||||
Loading…
Add table
Add a link
Reference in a new issue