Tibor Vass
|
d98c74d38d
intgration-cli: fix formatting
|
5 yıl önce |
Tibor Vass
|
dc044f26ea
rm-gocheck: goimports
|
5 yıl önce |
Tibor Vass
|
673cf751ca
rm-gocheck: convert check.Commentf to string - with multiple args
|
5 yıl önce |
Tibor Vass
|
ed9449a424
rm-gocheck: Contains -> strings.Contains
|
5 yıl önce |
Tibor Vass
|
07b243656c
rm-gocheck: Not(Contains) -> !strings.Contains
|
5 yıl önce |
Tibor Vass
|
99c1b63197
rm-gocheck: Matches -> cmp.Regexp
|
5 yıl önce |
Tibor Vass
|
e25352a42a
rm-gocheck: run goimports to compile successfully
|
5 yıl önce |
Tibor Vass
|
6dc7846d26
rm-gocheck: Equals -> assert.Equal
|
5 yıl önce |
Tibor Vass
|
b3d02e7f3c
rm-gocheck: Not(Matches) -> !cmp.Regexp
|
5 yıl önce |
Tibor Vass
|
c8da7fbd25
rm-gocheck: normalize to use checker
|
5 yıl önce |
Tibor Vass
|
64a928a3d4
rm-gocheck: check.C -> testing.T
|
5 yıl önce |
Tibor Vass
|
a11079a449
rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)
|
5 yıl önce |
Sebastiaan van Stijn
|
6345208b9b
Replace some checkers and assertions with gotest.tools
|
6 yıl önce |
Vincent Demeester
|
3845728524
Update tests to use gotest.tools 👼
|
7 yıl önce |
Daniel Nephin
|
92427b3a81
Update tests to use icmd
|
8 yıl önce |
Daniel Nephin
|
19f3b0715c
Extract imageProber and ContainerBackend from Builder
|
8 yıl önce |
Vincent Demeester
|
50c4475df6
Introduce a `cli` package for test-integration
|
8 yıl önce |
Derek McGowan
|
3a1279393f
Use distribution reference
|
8 yıl önce |
Vincent Demeester
|
c10f6ef43f
Clean more build utils in integration cli
|
8 yıl önce |
Vincent Demeester
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 yıl önce |
Elena Morozova
|
64238fef8c
all: replace loop with single append
|
8 yıl önce |
John Howard
|
7ea707d5ef
Windows: Enable TestImage and TestImport tests
|
9 yıl önce |
YuPengZTE
|
9b015bd4fd
It is better to add "\n" in printf
|
9 yıl önce |
Yong Tang
|
4455ec14b8
Remove deprecated -f flag on docker tag
|
9 yıl önce |
Vincent Demeester
|
750e16f57c
Add before and since filter to images
|
9 yıl önce |
Kai Qiang Wu(Kennan)
|
5ee69eb470
Fix image filter
|
9 yıl önce |
Vincent Demeester
|
34a3c3cacf
Add --format support to images command
|
9 yıl önce |
Justas Brazauskas
|
927b334ebf
Fix typos found across repository
|
9 yıl önce |
David Calavera
|
93d1dd8036
Make filtering a linear operation.
|
9 yıl önce |
Shijiang Wei
|
8819b530db
add a test to make sure port is allowed in images filter
|
9 yıl önce |