Tibor Vass
|
59e55dcdd0
rm-gocheck: run goimports to compile successfully
|
5 years ago |
Tibor Vass
|
d0fc8d082d
rm-gocheck: True
|
5 years ago |
Tibor Vass
|
64a161aa3e
rm-gocheck: NotNil
|
5 years ago |
Tibor Vass
|
2743e2d8bc
rm-gocheck: IsNil
|
5 years ago |
Tibor Vass
|
491ef7b901
rm-gocheck: HasLen -> assert.Equal + len()
|
5 years ago |
Tibor Vass
|
6dc7f4c167
rm-gocheck: Equals -> assert.Equal
|
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 |
Tibor Vass
|
e07a3f2917
integration-cli: fix tests that are silently succeeding when they should not compile
|
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 |
Kir Kolyshkin
|
83363fb2d4
integration: use %s for check.Commentf()
|
6 years ago |
Sebastiaan van Stijn
|
f23c00d870
Various code-cleanup
|
7 years ago |
Vincent Demeester
|
062564084a
Move fakecontext, fakegit and fakestorage to internal/test
|
7 years ago |
Vincent Demeester
|
5433ceb12e
Migrate DockerTrustSuite to docker/cli e2e tests
|
7 years ago |
Sebastiaan van Stijn
|
18a771a761
Remove deprecated environment.DaemonPlatform()
|
7 years ago |
Sebastiaan van Stijn
|
dfedc9ef62
Remove deprecated environment.MinimalBaseImage()
|
7 years ago |
Sebastiaan van Stijn
|
a942c92dd7
Remove support for referencing images by 'repository:shortid'
|
7 years ago |
Daniel Nephin
|
92427b3a81
Update tests to use icmd
|
7 years ago |
Vincent Demeester
|
b0ba39d431
Use `cli` for trusted relate command
|
8 years ago |
Vincent Demeester
|
56fb4653e8
Move FakeContext to `integration-cli/cli/build/context` package…
|
8 years ago |
Vincent Demeester
|
16377f4d16
Fix issue #30201 – clean trust folder at the end of the test
|
8 years ago |
Vincent Demeester
|
50c4475df6
Introduce a `cli` package for test-integration
|
8 years ago |
Derek McGowan
|
0421f5173d
Remove use of forked reference package for cli
|
8 years ago |
Vincent Demeester
|
c10f6ef43f
Clean more build utils in integration cli
|
8 years ago |
Vincent Demeester
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
Vincent Demeester
|
c778f4b964
Refactor docker_cli_build_test.go
|
8 years ago |
Vincent Demeester
|
303b1d200a
Update trustedCmd to be compatible with testutil/cmd
|
8 years ago |