Add unit tests to cli/command/volume package

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester
2017-02-27 18:39:35 +01:00
parent 40532143c2
commit 6da111b3bb
30 changed files with 815 additions and 39 deletions

View File

@@ -38,6 +38,7 @@ type Cli interface {
Out() *OutStream
Err() io.Writer
In() *InStream
ConfigFile() *configfile.ConfigFile
}
// DockerCli is an instance the docker command line client.