DockerCLI/cli/command/task
Daniel Nephin baf65a5502 Convert to assert.NilError
Using:

  git grep -l '^\s\+assert\.Check(t, err)$' | \
    xargs sed -i -e 's/^\(\s\+assert\)\.Check(t, err)$/\1.NilError(t, err)/'

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2018-03-06 15:27:34 -05:00
..
testdata Update stack and task command tests to new golden 2017-08-16 14:23:28 -04:00
client_test.go add unit tests to task package 2017-06-29 17:57:31 -04:00
print.go Remove duplication in task formatting. 2017-07-05 13:40:47 -04:00
print_test.go Convert to assert.NilError 2018-03-06 15:27:34 -05:00