Silvin Lubecki
|
b2f6b4902c
|
File is not `goimports`-ed (goimports)
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
(cherry picked from commit 6047259e5a )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
2020-01-06 13:16:43 +01:00 |
Vincent Demeester
|
2c4de4fb5e
|
Update tests to use gotest.tools 👼
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
|
2018-06-08 18:24:26 +02:00 |
Daniel Nephin
|
078cbc9c4b
|
Convert assert.Check with
git grep -l -P '^\s+assert\.Check\(t, ' | \
xargs perl -pi -e 's/^(\s+assert)\.Check(\(t, (?!is).*(\.Execute\(|\.Set\(|\.Write\(|\.Close\(|\.Untar\(|\.WriteFile\(|Validate\().*\)$)/\1.NilError\2/'
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2018-03-06 15:43:53 -05:00 |
Daniel Nephin
|
681c921528
|
Remove testutil
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2018-03-06 14:38:35 -05:00 |
Daniel Nephin
|
39c2ca57c1
|
Automated migration
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2018-03-05 19:41:17 -05:00 |
Vincent Demeester
|
581b8d9d72
|
Add unit tests to docker container ls
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
|
2018-02-19 11:22:36 +01:00 |