moby/cli/command/swarm
Vincent Demeester 663f0ba1b2 Merge pull request #32248 from icapurro/cli-image-tests
Unit tests for cli/command/image package
2017-04-24 17:01:26 +02:00
..
testdata Output docker swarm join on a single line 2017-04-20 07:18:25 -05:00
client_test.go Add some unit tests to the node and swarm cli code 2017-01-09 18:30:15 +01:00
cmd.go Add missing API version annotations to commands 2017-03-16 13:40:12 +01:00
init.go Replace fmt.Errorf() with errors.Errorf() in the cli 2017-03-24 16:58:07 -04:00
init_test.go Remove pkg/testutil/assert in favor of testify 2017-04-14 12:03:21 -07:00
join.go Replace fmt.Errorf() with errors.Errorf() in the cli 2017-03-24 16:58:07 -04:00
join_test.go Remove pkg/testutil/assert in favor of testify 2017-04-14 12:03:21 -07:00
join_token.go Output docker swarm join on a single line 2017-04-20 07:18:25 -05:00
join_token_test.go Remove pkg/testutil/assert in favor of testify 2017-04-14 12:03:21 -07:00
leave.go Add some unit tests to the node and swarm cli code 2017-01-09 18:30:15 +01:00
leave_test.go Remove pkg/testutil/assert in favor of testify 2017-04-14 12:03:21 -07:00
opts.go Replace fmt.Errorf() with errors.Errorf() in the cli 2017-03-24 16:58:07 -04:00
opts_test.go Remove pkg/testutil/assert in favor of testify 2017-04-14 12:03:21 -07:00
unlock.go Manually reorganize import paths to segregate stdlib and 3rd-party packages 2017-03-27 18:21:59 -07:00
unlock_key.go Add some unit tests to the node and swarm cli code 2017-01-09 18:30:15 +01:00
unlock_key_test.go Remove pkg/testutil/assert in favor of testify 2017-04-14 12:03:21 -07:00
unlock_test.go Unit tests for cli/commands/image (except build and tag) 2017-04-23 12:27:39 -05:00
update.go Add some unit tests to the node and swarm cli code 2017-01-09 18:30:15 +01:00
update_test.go Remove pkg/testutil/assert in favor of testify 2017-04-14 12:03:21 -07:00