Tibor Vass
|
dc044f26ea
rm-gocheck: goimports
|
5 years ago |
Tibor Vass
|
2f069fa3a5
rm-gocheck: convert check.Commentf to string - with just one string
|
5 years ago |
Tibor Vass
|
673cf751ca
rm-gocheck: convert check.Commentf to string - with multiple args
|
5 years ago |
Tibor Vass
|
ed9449a424
rm-gocheck: Contains -> strings.Contains
|
5 years ago |
Tibor Vass
|
07b243656c
rm-gocheck: Not(Contains) -> !strings.Contains
|
5 years ago |
Tibor Vass
|
e25352a42a
rm-gocheck: run goimports to compile successfully
|
5 years ago |
Tibor Vass
|
ef4c63acf6
rm-gocheck: IsNil
|
5 years ago |
Tibor Vass
|
7b91af803d
rm-gocheck: HasLen -> assert.Equal + len()
|
5 years ago |
Tibor Vass
|
64a928a3d4
rm-gocheck: check.C -> testing.T
|
5 years ago |
Tibor Vass
|
a11079a449
rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)
|
5 years ago |
Tibor Vass
|
21ae66c664
Revert "Remove Schema1 integration test suite"
|
6 years ago |
Sebastiaan van Stijn
|
6345208b9b
Replace some checkers and assertions with gotest.tools
|
6 years ago |
Brian Goff
|
13b7d11be1
Remove Schema1 integration test suite
|
6 years ago |
Vincent Demeester
|
3845728524
Update tests to use gotest.tools 👼
|
7 years ago |
Sebastiaan van Stijn
|
f23c00d870
Various code-cleanup
|
7 years ago |
Daniel Nephin
|
92427b3a81
Update tests to use icmd
|
8 years ago |
Vincent Demeester
|
50c4475df6
Introduce a `cli` package for test-integration
|
8 years ago |
Sebastiaan van Stijn
|
ba0afd70e8
fix some ineffectual assignments
|
8 years ago |
Vincent Demeester
|
c10f6ef43f
Clean more build utils in integration cli
|
8 years ago |
Sebastiaan van Stijn
|
e5058ff15c
Merge pull request #29947 from vdemeester/integration-some-runCommandWithOutput-clean
|
8 years ago |
Vincent Demeester
|
303b1d200a
Update trustedCmd to be compatible with testutil/cmd
|
8 years ago |
Stephen J Day
|
7a85579917
*: use opencontainers/go-digest package
|
8 years ago |
Vincent Demeester
|
87e3fcfe1e
Clean some runCommandWithOutput accross integration-cli code
|
8 years ago |
Sebastiaan van Stijn
|
ed689c48b0
Merge pull request #29799 from vdemeester/integration-registry-package
|
8 years ago |
Vincent Demeester
|
4300e5e881
Add a registry package with registry v1/v2 code
|
8 years ago |
Vincent Demeester
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
Antonio Murdaca
|
67d752ac55
support legacy registries in exernal stores
|
9 years ago |
Nirmal Mehta
|
f66f5d4bdc
fixed spelling error in cli pull local test
|
9 years ago |
Tonis Tiigi
|
641c1808e1
Move implicit pull test to use local registry
|
9 years ago |
Antonio Murdaca
|
1b5c2e1d72
distribution: errors: do not access the errors slice if it's empty
|
9 years ago |