Tibor Vass
|
2f069fa3a5
rm-gocheck: convert check.Commentf to string - with just one string
|
5 年之前 |
Tibor Vass
|
673cf751ca
rm-gocheck: convert check.Commentf to string - with multiple args
|
5 年之前 |
Tibor Vass
|
ed9449a424
rm-gocheck: Contains -> strings.Contains
|
5 年之前 |
Tibor Vass
|
07b243656c
rm-gocheck: Not(Contains) -> !strings.Contains
|
5 年之前 |
Tibor Vass
|
e25352a42a
rm-gocheck: run goimports to compile successfully
|
5 年之前 |
Tibor Vass
|
e49237dc7d
rm-gocheck: NotNil
|
5 年之前 |
Tibor Vass
|
ef4c63acf6
rm-gocheck: IsNil
|
5 年之前 |
Tibor Vass
|
6dc7846d26
rm-gocheck: Equals -> assert.Equal
|
5 年之前 |
Tibor Vass
|
819baeb430
rm-gocheck: Not(Equals) -> a != b
|
5 年之前 |
Tibor Vass
|
fa8d7029a7
rm-gocheck: Not(IsNil) -> != nil
|
5 年之前 |
Tibor Vass
|
c8da7fbd25
rm-gocheck: normalize to use checker
|
5 年之前 |
Tibor Vass
|
64a928a3d4
rm-gocheck: check.C -> testing.T
|
5 年之前 |
Tibor Vass
|
a11079a449
rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)
|
5 年之前 |
Tibor Vass
|
e44c6dc109
rm-gocheck: redress multiline c.Assert calls
|
5 年之前 |
Sebastiaan van Stijn
|
6345208b9b
Replace some checkers and assertions with gotest.tools
|
6 年之前 |
Sebastiaan van Stijn
|
c8ff5ecc09
Remove use of deprecated client.NewEnvClient()
|
6 年之前 |
Sebastiaan van Stijn
|
43b15e924f
Remove SameHostDaemon, use testEnv.IsLocalDaemon instead
|
6 年之前 |
Sebastiaan van Stijn
|
ddd8a6572d
Fix ineffassign linting
|
7 年之前 |
Vincent Demeester
|
3845728524
Update tests to use gotest.tools 👼
|
7 年之前 |
Kir Kolyshkin
|
7d62e40f7e
Switch from x/net/context -> context
|
7 年之前 |
Christopher Crone
|
b7d8d2c4ab
Various fixes
|
7 年之前 |
Daniel Nephin
|
92427b3a81
Update tests to use icmd
|
8 年之前 |
Stanislav Bondarenko
|
0fd5a65428
Stop using deprecated SockRequest
|
8 年之前 |
Josh Soref
|
39bcaee47b
Spelling fixes
|
8 年之前 |
Vincent Demeester
|
50c4475df6
Introduce a `cli` package for test-integration
|
8 年之前 |
Vincent Demeester
|
297786f30c
Merge pull request #31687 from AkihiroSuda/fix-test-duplicate-mountpoints
|
8 年之前 |
allencloud
|
fb1f22b06a
do not fail fast when executing inspect command
|
8 年之前 |
Akihiro Suda
|
d610d3f61c
TestDuplicateMountpointsForVolumesFromAndMounts: remove unintentional dependency for /tmp/data
|
8 年之前 |
Sebastiaan van Stijn
|
9d521a4d2f
do not ignore "volume in use" errors when force-delete
|
8 年之前 |
Yong Tang
|
9526e5c6ae
Fix duplicate mount point for `--volumes-from` in `docker run`
|
8 年之前 |