Tibor Vass
|
673cf751ca
rm-gocheck: convert check.Commentf to string - with multiple args
|
há 5 anos atrás |
Tibor Vass
|
ed9449a424
rm-gocheck: Contains -> strings.Contains
|
há 5 anos atrás |
Tibor Vass
|
07b243656c
rm-gocheck: Not(Contains) -> !strings.Contains
|
há 5 anos atrás |
Tibor Vass
|
99c1b63197
rm-gocheck: Matches -> cmp.Regexp
|
há 5 anos atrás |
Tibor Vass
|
e25352a42a
rm-gocheck: run goimports to compile successfully
|
há 5 anos atrás |
Tibor Vass
|
7696045c1d
rm-gocheck: True
|
há 5 anos atrás |
Tibor Vass
|
e49237dc7d
rm-gocheck: NotNil
|
há 5 anos atrás |
Tibor Vass
|
ef4c63acf6
rm-gocheck: IsNil
|
há 5 anos atrás |
Tibor Vass
|
6dc7846d26
rm-gocheck: Equals -> assert.Equal
|
há 5 anos atrás |
Tibor Vass
|
819baeb430
rm-gocheck: Not(Equals) -> a != b
|
há 5 anos atrás |
Tibor Vass
|
c8da7fbd25
rm-gocheck: normalize to use checker
|
há 5 anos atrás |
Tibor Vass
|
64a928a3d4
rm-gocheck: check.C -> testing.T
|
há 5 anos atrás |
Tibor Vass
|
a11079a449
rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)
|
há 5 anos atrás |
Tibor Vass
|
59a9eda8b6
rm-gocheck: normalize c.Check to c.Assert
|
há 5 anos atrás |
Sebastiaan van Stijn
|
ae7858ff2c
integration-cli: fix some bashism's in Dockerfiles
|
há 5 anos atrás |
Vitaly Ostrosablin
|
6d7d877c73
Fix testcase name
|
há 5 anos atrás |
Sebastiaan van Stijn
|
6345208b9b
Replace some checkers and assertions with gotest.tools
|
há 6 anos atrás |
John Howard
|
20833b06a0
Windows: (WCOW) Generate OCI spec that remote runtime can escape
|
há 6 anos atrás |
Sebastiaan van Stijn
|
43b15e924f
Remove SameHostDaemon, use testEnv.IsLocalDaemon instead
|
há 6 anos atrás |
John Howard
|
561e0f6b7f
Windows: Bump busybox to v1.1
|
há 6 anos atrás |
Kir Kolyshkin
|
9b0097a699
Format code with gofmt -s from go-1.11beta1
|
há 7 anos atrás |
John Howard
|
b1b9937bc7
Windows: Go1.11: Use long path names in build context (TestBuildSymlinkBreakout)
|
há 6 anos atrás |
Sebastiaan van Stijn
|
ddd8a6572d
Fix ineffassign linting
|
há 7 anos atrás |
Vincent Demeester
|
3845728524
Update tests to use gotest.tools 👼
|
há 7 anos atrás |
Tonis Tiigi
|
b1942bc015
integration-cli: fix error message for non-buildkit
|
há 7 anos atrás |
Tibor Vass
|
9cc49b4ab9
builder: have TestBuildDockerignoringBadExclusion pass with buildkit
|
há 7 anos atrás |
Tonis Tiigi
|
c9ebd2f13b
vendor: use dockerfile parser from buildkit
|
há 7 anos atrás |
Sebastiaan van Stijn
|
f23c00d870
Various code-cleanup
|
há 7 anos atrás |
Anda Xu
|
e440831802
fix and skip some tests based on API version
|
há 7 anos atrás |
Dennis Chen
|
a95fabc70e
Add `--target` name case sensitive test code for multi-stage build
|
há 7 anos atrás |