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
|
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 |
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 |
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
|
9f73b8c718
|
Support parsing of named pipes for compose volumes.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2017-09-26 11:24:23 -04:00 |
Daniel Nephin
|
e7f90b6b38
|
Reduce complexity in cli/command/container
Add tests for exec and cleanup existing tests.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2017-08-29 19:25:50 -04: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
|
732261f774
|
Use compose volume spec parser for container volume flag
Restore testcases for Volume spec parsing.
And correctly interpret the parsed volume.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2017-06-21 11:16:04 -04:00 |
Daniel Nephin
|
db6ff357a7
|
Some improvements to compose volume spec parsing
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2017-06-21 11:13:52 -04:00 |
Daniel Nephin
|
10641c2aae
|
Update imports.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2017-04-17 18:07:56 -04:00 |
Daniel Nephin
|
1630fc40f8
|
Import docker/docker/cli
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
|
2017-04-17 17:40:59 -04:00 |