DockerCLI/cli/command/container
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 Add unit tests to docker container ls 2018-02-19 11:22:36 +01:00
attach.go attach: Use ContainerWait instead of Inspect 2017-11-17 18:12:46 -08:00
attach_test.go Convert assert.Check(t, is.Error()) to assert.Error 2018-03-06 16:00:28 -05:00
client_test.go Fix `--label` behavior on run 2018-02-27 12:14:07 +01:00
cmd.go Update gometalinter 2017-10-26 12:21:02 -04:00
commit.go Update gometalinter 2017-10-26 12:21:02 -04:00
cp.go Adding unit tests for cp 2017-10-30 18:33:28 -04:00
cp_test.go Convert assert.Check(t, is.Error()) to assert.Error 2018-03-06 16:00:28 -05:00
create.go LCOW: Add `--platform=` CLI flag to pull/create/run/build 2017-10-31 09:50:43 -07:00
create_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00
diff.go Update gometalinter 2017-10-26 12:21:02 -04:00
exec.go Annotate worker option for 1.35 API 2017-12-06 17:24:01 +01:00
exec_test.go Remove testutil 2018-03-06 14:38:35 -05:00
export.go Update gometalinter 2017-10-26 12:21:02 -04:00
hijack.go Update gometalinter 2017-09-26 12:33:35 -04:00
inspect.go Update gometalinter 2017-10-26 12:21:02 -04:00
kill.go Update gometalinter 2017-10-26 12:21:02 -04:00
list.go Update gometalinter 2017-10-26 12:21:02 -04:00
list_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00
logs.go Add new CLI option for --until 2017-11-10 12:38:08 +01:00
logs_test.go Remove testutil 2018-03-06 14:38:35 -05:00
opts.go Fix `--label` behavior on run 2018-02-27 12:14:07 +01:00
opts_test.go Convert to assert.NilError 2018-03-06 15:27:34 -05:00
pause.go Update gometalinter 2017-10-26 12:21:02 -04:00
port.go Update gometalinter 2017-10-26 12:21:02 -04:00
prune.go Update code for upstream cobra 2017-10-25 14:49:26 -04:00
ps_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00
rename.go Update gometalinter 2017-10-26 12:21:02 -04:00
restart.go Update gometalinter 2017-10-26 12:21:02 -04:00
rm.go Update gometalinter 2017-10-26 12:21:02 -04:00
run.go LCOW: Add `--platform=` CLI flag to pull/create/run/build 2017-10-31 09:50:43 -07:00
run_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00
start.go Update gometalinter 2017-10-26 12:21:02 -04:00
stats.go Update gometalinter 2017-10-26 12:21:02 -04:00
stats_helpers.go Add nakedret linter. 2017-10-12 11:48:51 -04:00
stats_helpers_test.go Post migration fixes 2018-03-05 19:41:17 -05:00
stats_unit_test.go Add line length linter 2017-05-08 15:57:56 -04:00
stop.go Update gometalinter 2017-10-26 12:21:02 -04:00
top.go Update gometalinter 2017-10-26 12:21:02 -04:00
tty.go updated vendoring 2017-09-01 19:41:06 -04:00
unpause.go Update gometalinter 2017-10-26 12:21:02 -04:00
update.go Update gometalinter 2017-10-26 12:21:02 -04:00
utils.go Show container wait error 2017-12-15 14:15:30 -08:00
utils_test.go Automated migration 2018-03-05 19:41:17 -05:00
wait.go Update gometalinter 2017-10-26 12:21:02 -04:00