summaryrefslogtreecommitdiff
path: root/integration-cli/cli
Commit message (Expand)AuthorAgeFilesLines
* integration-cli: remove cli.Build(), cli.Inspect()Sebastiaan van Stijn2022-12-281-12/+2
* integration-cli: remove WaitRestart(), un-export WaitForInspectResult()Sebastiaan van Stijn2022-12-281-24/+8
* TestPushMultipleTags: Add support for 20.10 CLIBrian Goff2021-03-181-0/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-112-2/+2
* testing: remove custom testingT interfacesSebastiaan van Stijn2019-09-232-23/+11
* testutil: remove unneeded namer, testname interfacesSebastiaan van Stijn2019-09-232-0/+2
* testutil: make testing packages publicSam Whited2019-09-111-1/+1
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-132-3/+3
* 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
* Post migration assertion fixesDaniel Nephin2018-03-161-0/+2
* Automated migration usingDaniel Nephin2018-03-162-4/+4
* Add canonical import commentDaniel Nephin2018-02-056-6/+6
* Separate the GenerateRandomAlphaOnlyString function from stringutilschaowang2017-10-281-3/+3
* Set integration test OSType with environment variableChristopher Crone2017-09-202-2/+2
* Fixes for dnephin reviewChristopher Crone2017-09-141-15/+22
* Refactor test environmentDaniel Nephin2017-08-304-48/+25
* Update tests to use icmdDaniel Nephin2017-08-252-2/+2
* Remove RunCommandPipelineWithOutputDaniel Nephin2017-08-221-0/+8
* Fix ONBUILD COPYDaniel Nephin2017-06-021-0/+12
* [integration] Move fakegit to its own package in cliVincent Demeester2017-04-191-0/+125
* Introduce `cli.Wait*` fuctionsVincent Demeester2017-04-141-0/+52
* Move FakeContext to `integration-cli/cli/build/context` package…Vincent Demeester2017-04-115-0/+408
* [test-integration] Migrate some more tests to `cli` packageVincent Demeester2017-03-281-5/+54
* remove redundant comments in test build.goallencloud2017-03-271-2/+1
* Introduce a `cli` package for test-integrationVincent Demeester2017-03-232-0/+160