moby--moby/cli/command/image
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
..
build
testdata
build.go
client_test.go
cmd.go
history.go
history_test.go
import.go
import_test.go
inspect.go
inspect_test.go
list.go
list_test.go
load.go
load_test.go
prune.go
prune_test.go
pull.go
pull_test.go
push.go
push_test.go
remove.go
remove_test.go
save.go
save_test.go
tag.go
tag_test.go
trust.go
trust_test.go