moby--moby/integration/plugin/volumes
Brian Goff abece9b562 Improvements to the test runners
1. Use `go list` to get list of integration dirs to build. This means we
   do not need to have a valid `.go` in every subdirectory and also
   filters out other dirs like "bundles" which may have been created.
2. Add option to specify custom flags for integration and
   integration-cli. This is needed so both suites can be run AND set
   custom flags... since the cli suite does not support standard go
   flags.
3. Add options to skip an entire integration suite.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2019-07-31 16:37:17 -07:00
..
cmd/dummy Improvements to the test runners 2019-07-31 16:37:17 -07:00
helpers_test.go Replace t.Fatal(err) with assert.NilError(t, err) 2019-01-15 04:58:30 +00:00
main_test.go Move integration-cli daemon package to internal/test… 2018-04-10 16:29:48 +02:00
mounts_test.go Use assert.NilError() instead of assert.Assert() 2019-01-21 13:16:02 +01:00