1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
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 build: accept -f - to read Dockerfile from stdin 2017-04-05 19:42:31 -04:00
testdata Unit tests for cli/commands/image (except build and tag) 2017-04-23 12:27:39 -05:00
build.go builder: add an option for specifying build target 2017-04-10 16:21:43 -07:00
client_test.go Unit tests for cli/commands/image (except build and tag) 2017-04-23 12:27:39 -05:00
cmd.go refactor help func in CLI 2016-11-17 10:54:10 -08:00
history.go Unit tests for cli/commands/image (except build and tag) 2017-04-23 12:27:39 -05:00
history_test.go cli: Correct command/image tests for testify 2017-04-25 16:24:07 -07:00
import.go Unit tests for cli/commands/image (except build and tag) 2017-04-23 12:27:39 -05:00
import_test.go cli: Correct command/image tests for testify 2017-04-25 16:24:07 -07:00
inspect.go Unit tests for cli/commands/image (except build and tag) 2017-04-23 12:27:39 -05:00
inspect_test.go cli: Correct command/image tests for testify 2017-04-25 16:24:07 -07:00
list.go Unit tests for cli/commands/image (except build and tag) 2017-04-23 12:27:39 -05:00
list_test.go cli: Correct command/image tests for testify 2017-04-25 16:24:07 -07:00
load.go Unit tests for cli/commands/image (except build and tag) 2017-04-23 12:27:39 -05:00
load_test.go cli: Correct command/image tests for testify 2017-04-25 16:24:07 -07:00
prune.go Unit tests for cli/commands/image (except build and tag) 2017-04-23 12:27:39 -05:00
prune_test.go cli: Correct command/image tests for testify 2017-04-25 16:24:07 -07:00
pull.go Unit tests for cli/commands/image (except build and tag) 2017-04-23 12:27:39 -05:00
pull_test.go cli: Correct command/image tests for testify 2017-04-25 16:24:07 -07:00
push.go Unit tests for cli/commands/image (except build and tag) 2017-04-23 12:27:39 -05:00
push_test.go cli: Correct command/image tests for testify 2017-04-25 16:24:07 -07:00
remove.go Unit tests for cli/commands/image (except build and tag) 2017-04-23 12:27:39 -05:00
remove_test.go cli: Correct command/image tests for testify 2017-04-25 16:24:07 -07:00
save.go Unit tests for cli/commands/image (except build and tag) 2017-04-23 12:27:39 -05:00
save_test.go cli: Correct command/image tests for testify 2017-04-25 16:24:07 -07:00
tag.go Unit tests for cli/commands/image (except build and tag) 2017-04-23 12:27:39 -05:00
tag_test.go cli: Correct command/image tests for testify 2017-04-25 16:24:07 -07:00
trust.go Unit tests for cli/commands/image (except build and tag) 2017-04-23 12:27:39 -05:00
trust_test.go cli: Split out GetNotaryRepository and associated functions 2016-12-14 10:49:32 -08:00