Sebastiaan van Stijn
|
2c0e93063b
|
bump gotest.tools v3.0.1 for compatibility with Go 1.14
full diff: https://github.com/gotestyourself/gotest.tools/compare/v2.3.0...v3.0.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
2020-02-23 00:28:55 +01:00 |
Silvin Lubecki
|
b83545ebbc
|
cli/command/image/build/context_test.go:244:38: `createTestTempDir` - `prefix` always receives `"builder-context-test"` (unparam)
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
|
2019-10-31 19:22:25 +01:00 |
Silvin Lubecki
|
0ce2eae5a2
|
cli/command/image/build/context_test.go:252:71: `createTestTempFile` - `perm` always receives `0777` (`511`) (unparam)
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
|
2019-10-31 19:22:17 +01:00 |
Silvin Lubecki
|
70bd64d037
|
cli/command/image/build/context_test.go:244:38: `createTestTempDir` - `dir` always receives `""` (unparam)
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
|
2019-10-31 19:22:17 +01:00 |
Nao YONASHIRO
|
446762dc19
|
test: add filepathMatches test
Signed-off-by: Nao YONASHIRO <owan.orisano@gmail.com>
|
2019-03-28 01:22:11 +09:00 |
Lifubang
|
06e250d37b
|
add test case for DetectArchiveReader
Signed-off-by: Lifubang <lifubang@acmcoder.com>
|
2019-03-21 15:38:31 -07: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
|
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
|
0310de5213
|
Move IsArchive and HeaderSize to build/context
Previously these were in docker/docker/pkg/archive, but unused
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2017-06-08 16:08:11 -04:00 |
Daniel Nephin
|
a5044b4982
|
Move addDockerfileToBuildContext to the build package.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2017-04-28 15:11:36 -04:00 |
Daniel Nephin
|
59983759c2
|
Cleanup handling of the - for stdin
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2017-04-28 15:11:36 -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 |