moby/cli
Aaron Lehmann acc2d5b7d6 cli: Correct command/image tests for testify
These tests were caught in the crossfire of the transition to testify.
testify has a few subtle differences from the similar custom framework
it replaced:

- Error behaves differently
- Equal takes its arguments in a different order

This PR also takes the opportunity to use a few shorthands from testify,
such as Len, True, and False.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2017-04-25 16:24:07 -07:00
..
command cli: Correct command/image tests for testify 2017-04-25 16:24:07 -07:00
compose Merge pull request #32632 from ColinHebert/compose_add_labels_during_build 2017-04-21 10:16:48 +02:00
config Add label filter for docker system prune 2017-04-06 09:11:25 -07:00
debug Move debug functions to cli/debug package 2016-12-12 09:33:58 +01:00
flags Remove pkg/testutil/assert in favor of testify 2017-04-14 12:03:21 -07:00
internal/test Unit tests for cli/commands/image (except build and tag) 2017-04-23 12:27:39 -05:00
trust Replace fmt.Errorf() with errors.Errorf() in the cli 2017-03-24 16:58:07 -04:00
cobra.go Replace fmt.Errorf() with errors.Errorf() in the cli 2017-03-24 16:58:07 -04:00
error.go Remove old cli framework. 2016-08-25 13:09:04 -04:00
required.go Replace fmt.Errorf() with errors.Errorf() in the cli 2017-03-24 16:58:07 -04:00