DockerCLI/cli
Vincent Demeester f34655ecf8
Tidying up compose/loader test a bit
- Use `require` instead of `assert` when the assumption is "breaking" for the code
following. For example when asserting an error is not nil and then doing
`err.Error` on it ; if `err` is nil, the test will panic instead of fail.
- Use `assert.Len` when possible. The error message is better.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-09-19 16:48:52 +02:00
..
command Merge pull request #366 from twistlock/plugable_secrets_backend 2017-09-18 19:25:15 +02:00
compose Tidying up compose/loader test a bit 2017-09-19 16:48:52 +02:00
config Use new internal testutil.ErrorContains() 2017-08-22 10:14:25 -04:00
debug updated vendoring 2017-09-01 19:41:06 -04:00
flags updated vendoring 2017-09-01 19:41:06 -04:00
trust updated vendoring 2017-09-01 19:41:06 -04:00
winresources Add windows resources to binary. 2017-05-15 18:03:03 -04:00
cobra.go fix docker/docker/cli path in comment 2017-04-24 11:31:08 -07:00
error.go Import docker/docker/cli 2017-04-17 17:40:59 -04:00
required.go Singularize / pluralize "argument(s)" in error message 2017-08-12 18:25:38 +02:00
required_test.go Singularize / pluralize "argument(s)" in error message 2017-08-12 18:25:38 +02:00
version.go Display proper version information 2017-05-09 14:22:51 -07:00