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
|
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
|
59a9eda8b6
rm-gocheck: normalize c.Check to c.Assert
|
5 年 前 |
Sebastiaan van Stijn
|
ae7858ff2c
integration-cli: fix some bashism's in Dockerfiles
|
5 年 前 |
Vitaly Ostrosablin
|
6d7d877c73
Fix testcase name
|
5 年 前 |
Sebastiaan van Stijn
|
6345208b9b
Replace some checkers and assertions with gotest.tools
|
6 年 前 |
John Howard
|
20833b06a0
Windows: (WCOW) Generate OCI spec that remote runtime can escape
|
6 年 前 |
Sebastiaan van Stijn
|
43b15e924f
Remove SameHostDaemon, use testEnv.IsLocalDaemon instead
|
6 年 前 |
John Howard
|
561e0f6b7f
Windows: Bump busybox to v1.1
|
6 年 前 |
Kir Kolyshkin
|
9b0097a699
Format code with gofmt -s from go-1.11beta1
|
7 年 前 |
John Howard
|
b1b9937bc7
Windows: Go1.11: Use long path names in build context (TestBuildSymlinkBreakout)
|
6 年 前 |
Sebastiaan van Stijn
|
ddd8a6572d
Fix ineffassign linting
|
7 年 前 |
Vincent Demeester
|
3845728524
Update tests to use gotest.tools 👼
|
7 年 前 |
Tonis Tiigi
|
b1942bc015
integration-cli: fix error message for non-buildkit
|
7 年 前 |
Tibor Vass
|
9cc49b4ab9
builder: have TestBuildDockerignoringBadExclusion pass with buildkit
|
7 年 前 |
Tonis Tiigi
|
c9ebd2f13b
vendor: use dockerfile parser from buildkit
|
7 年 前 |
Sebastiaan van Stijn
|
f23c00d870
Various code-cleanup
|
7 年 前 |
Anda Xu
|
e440831802
fix and skip some tests based on API version
|
7 年 前 |
Dennis Chen
|
a95fabc70e
Add `--target` name case sensitive test code for multi-stage build
|
7 年 前 |
Vincent Demeester
|
062564084a
Move fakecontext, fakegit and fakestorage to internal/test
|
7 年 前 |
Vincent Demeester
|
183076e89d
Migrate test-integration-cli experimental build tests to integration
|
7 年 前 |
Vincent Demeester
|
e55d6fc857
Skip some tests in certain condition to run with e2e image
|
7 年 前 |
Vincent Demeester
|
5433ceb12e
Migrate DockerTrustSuite to docker/cli e2e tests
|
7 年 前 |
Vincent Demeester
|
894c213b3b
Clean some docker_cli_build_tests that are cli-only
|
7 年 前 |
Dennis Chen
|
3a97100976
Unify the frozen images to the multi-arch version
|
7 年 前 |