DockerCLI/cli/command/manifest
Daniel Nephin e15b208e96 Convert assert.Check(t, is.Error()) to assert.Error
git grep -l -P '^\s+assert\.Check\(t, is\.Error\(' | \
    xargs perl -pi -e 's/^(\s+assert\.)Check\(t, is\.Error\((.*)\)$/\1Error(t, \2/'

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2018-03-06 16:00:28 -05:00
..
testdata manifest tests 2018-01-08 11:12:57 -06:00
annotate.go manifest tests 2018-01-08 11:12:57 -06:00
annotate_test.go Remove testutil 2018-03-06 14:38:35 -05:00
client_test.go manifest tests 2018-01-08 11:12:57 -06:00
cmd.go Mark docker-manifest command as experimental (cli) 2018-01-18 13:19:33 -08:00
create_list.go manifest tests 2018-01-08 11:12:57 -06:00
create_test.go Convert assert.Check(t, is.Error()) to assert.Error 2018-03-06 16:00:28 -05:00
inspect.go add manifest command 2018-01-08 10:43:56 -06:00
inspect_test.go Convert assert.Check(t, is.Error()) to assert.Error 2018-03-06 16:00:28 -05:00
push.go manifest tests 2018-01-08 11:12:57 -06:00
push_test.go Remove testutil 2018-03-06 14:38:35 -05:00
util.go add manifest command 2018-01-08 10:43:56 -06:00