summaryrefslogtreecommitdiff
path: root/integration-cli/cli/build
Commit message (Expand)AuthorAgeFilesLines
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-1/+1
* testing: remove custom testingT interfacesSebastiaan van Stijn2019-09-231-8/+3
* testutil: remove unneeded namer, testname interfacesSebastiaan van Stijn2019-09-231-0/+1
* testutil: make testing packages publicSam Whited2019-09-111-1/+1
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-1/+1
* Move fakecontext, fakegit and fakestorage to internal/testVincent Demeester2018-04-175-506/+1
* Skip some tests in certain condition to run with e2e imageVincent Demeester2018-03-292-3/+17
* Automated migration usingDaniel Nephin2018-03-162-4/+4
* Add canonical import commentDaniel Nephin2018-02-055-5/+5
* Separate the GenerateRandomAlphaOnlyString function from stringutilschaowang2017-10-281-3/+3
* Set integration test OSType with environment variableChristopher Crone2017-09-201-1/+1
* Fixes for dnephin reviewChristopher Crone2017-09-141-15/+22
* Refactor test environmentDaniel Nephin2017-08-303-27/+19
* Update tests to use icmdDaniel Nephin2017-08-251-1/+1
* Fix ONBUILD COPYDaniel Nephin2017-06-021-0/+12
* [integration] Move fakegit to its own package in cliVincent Demeester2017-04-191-0/+125
* Move FakeContext to `integration-cli/cli/build/context` package…Vincent Demeester2017-04-114-0/+407
* remove redundant comments in test build.goallencloud2017-03-271-2/+1
* Introduce a `cli` package for test-integrationVincent Demeester2017-03-231-0/+31