Silvin Lubecki
|
54f8ca6660
|
Fixed gometalinter errors on test files
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
|
2018-04-10 16:03:56 +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 |
Daniel Nephin
|
846a31aa50
|
Use new internal testutil.ErrorContains()
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2017-08-22 10:14:25 -04:00 |
Daniel Nephin
|
b3f843afe2
|
Move internal/test package out of cli.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2017-08-22 10:14:25 -04:00 |
Daniel Nephin
|
42a3800783
|
Update some tests to remove unnecessary buffers.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2017-07-11 17:52:43 -04:00 |
khaled souf
|
57c1551991
|
adding unit tests to network
Signed-off-by: khaled souf <khaled.souf@gmail.com>
|
2017-07-06 00:54:30 +02:00 |