DockerCLI/cli/command/image
Aaron Lehmann 6f94ab98f5 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-05-03 18:45:48 -07:00
..
build Fix goimports failure on master. 2017-05-03 15:58:39 -04:00
testdata Unit tests for cli/commands/image (except build and tag) 2017-05-03 18:40:22 -07:00
build.go Merge pull request #13 from dnephin/cleanup-post-docker-stin 2017-05-03 15:45:41 -04:00
client_test.go Unit tests for cli/commands/image (except build and tag) 2017-05-03 18:40:22 -07:00
cmd.go Update imports. 2017-04-17 18:07:56 -04:00
history.go Unit tests for cli/commands/image (except build and tag) 2017-05-03 18:40:22 -07:00
history_test.go cli: Correct command/image tests for testify 2017-05-03 18:45:48 -07:00
import.go Unit tests for cli/commands/image (except build and tag) 2017-05-03 18:40:22 -07:00
import_test.go cli: Correct command/image tests for testify 2017-05-03 18:45:48 -07:00
inspect.go Unit tests for cli/commands/image (except build and tag) 2017-05-03 18:40:22 -07:00
inspect_test.go cli: Correct command/image tests for testify 2017-05-03 18:45:48 -07:00
list.go Unit tests for cli/commands/image (except build and tag) 2017-05-03 18:40:22 -07:00
list_test.go cli: Correct command/image tests for testify 2017-05-03 18:45:48 -07:00
load.go Unit tests for cli/commands/image (except build and tag) 2017-05-03 18:40:22 -07:00
load_test.go cli: Correct command/image tests for testify 2017-05-03 18:45:48 -07:00
prune.go Unit tests for cli/commands/image (except build and tag) 2017-05-03 18:40:22 -07:00
prune_test.go cli: Correct command/image tests for testify 2017-05-03 18:45:48 -07:00
pull.go Unit tests for cli/commands/image (except build and tag) 2017-05-03 18:40:22 -07:00
pull_test.go cli: Correct command/image tests for testify 2017-05-03 18:45:48 -07:00
push.go Unit tests for cli/commands/image (except build and tag) 2017-05-03 18:40:22 -07:00
push_test.go cli: Correct command/image tests for testify 2017-05-03 18:45:48 -07:00
remove.go Unit tests for cli/commands/image (except build and tag) 2017-05-03 18:40:22 -07:00
remove_test.go cli: Correct command/image tests for testify 2017-05-03 18:45:48 -07:00
save.go Unit tests for cli/commands/image (except build and tag) 2017-05-03 18:40:22 -07:00
save_test.go cli: Correct command/image tests for testify 2017-05-03 18:45:48 -07:00
tag.go Unit tests for cli/commands/image (except build and tag) 2017-05-03 18:40:22 -07:00
tag_test.go cli: Correct command/image tests for testify 2017-05-03 18:45:48 -07:00
trust.go Unit tests for cli/commands/image (except build and tag) 2017-05-03 18:40:22 -07:00
trust_test.go Update imports. 2017-04-17 18:07:56 -04:00