Sebastiaan van Stijn
|
0fabf3e41e
integration-cli: remove unneeded fmt.Sprintf() in asserts
|
5 years ago |
Tibor Vass
|
7813dfe9d7
rm-gocheck: goimports
|
5 years ago |
Tibor Vass
|
6135eec30a
rm-gocheck: convert check.Commentf to string - with just one string
|
5 years ago |
Tibor Vass
|
a2024a5470
rm-gocheck: convert check.Commentf to string - with multiple args
|
5 years ago |
Tibor Vass
|
98f2638fe5
rm-gocheck: Contains -> strings.Contains
|
5 years ago |
Tibor Vass
|
4e2e486b23
rm-gocheck: Not(Contains) -> !strings.Contains
|
5 years ago |
Tibor Vass
|
59e55dcdd0
rm-gocheck: run goimports to compile successfully
|
5 years ago |
Tibor Vass
|
2743e2d8bc
rm-gocheck: IsNil
|
5 years ago |
Tibor Vass
|
0fa116fa8f
rm-gocheck: Not(Equals) -> a != b
|
5 years ago |
Tibor Vass
|
230f7bcc02
rm-gocheck: normalize to use checker
|
5 years ago |
Tibor Vass
|
1d92789b4f
rm-gocheck: check.C -> testing.T
|
5 years ago |
Tibor Vass
|
1f69c62540
rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)
|
5 years ago |
Sebastiaan van Stijn
|
6345208b9b
Replace some checkers and assertions with gotest.tools
|
6 years ago |
Sebastiaan van Stijn
|
43b15e924f
Remove SameHostDaemon, use testEnv.IsLocalDaemon instead
|
6 years ago |
Vincent Demeester
|
3845728524
Update tests to use gotest.tools 👼
|
7 years ago |
Sebastiaan van Stijn
|
f23c00d870
Various code-cleanup
|
7 years ago |
Anda Xu
|
e440831802
fix and skip some tests based on API version
|
7 years ago |
Vincent Demeester
|
5f56503f58
Clean some integration-cli/fixtures package/files
|
7 years ago |
Daniel Nephin
|
92427b3a81
Update tests to use icmd
|
7 years ago |
Daniel Nephin
|
e885af2a6b
Remove RunCommandPipelineWithOutput
|
7 years ago |
Daniel Nephin
|
4f304e72a2
Remove testutil.ReadBody
|
7 years ago |
Daniel Nephin
|
6ffbe3f6a8
Remove ListTar
|
7 years ago |
Vincent Demeester
|
50c4475df6
Introduce a `cli` package for test-integration
|
8 years ago |
Vincent Demeester
|
ecbb0e62f6
Remove most of the runCommandWithOutput from integration tests
|
8 years ago |
Vincent Demeester
|
c10f6ef43f
Clean more build utils in integration cli
|
8 years ago |
Stephen J Day
|
7a85579917
*: use opencontainers/go-digest package
|
8 years ago |
Vincent Demeester
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
Vincent Demeester
|
def13fa23c
Clean integration-cli/utils.go from most of its content
|
8 years ago |
allencloud
|
0ead624473
add defer file.Close to avoid potential fd leak
|
9 years ago |
Doug Davis
|
6986a3220f
Say something useful during docker load
|
9 years ago |