DockerCLI/cli/compose/loader
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
..
example1.env Import docker/docker/cli 2017-04-17 17:40:59 -04:00
example2.env Import docker/docker/cli 2017-04-17 17:40:59 -04:00
full-example.yml Merge pull request #481 from cdrage/add-build-to-service-config 2017-09-13 18:20:42 +02:00
loader.go updated vendoring 2017-09-01 19:41:06 -04:00
loader_test.go Tidying up compose/loader test a bit 2017-09-19 16:48:52 +02:00
volume.go Use compose volume spec parser for container volume flag 2017-06-21 11:16:04 -04:00
volume_test.go Reduce complexity in cli/command/container 2017-08-29 19:25:50 -04:00