summaryrefslogtreecommitdiff
path: root/integration-cli/cli/cli.go
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-111-1/+1
* testing: remove custom testingT interfacesSebastiaan van Stijn2019-09-231-15/+8
* testutil: remove unneeded namer, testname interfacesSebastiaan van Stijn2019-09-231-0/+1
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* Post migration assertion fixesDaniel Nephin2018-03-161-0/+2
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Set integration test OSType with environment variableChristopher Crone2017-09-201-1/+1
* Refactor test environmentDaniel Nephin2017-08-301-21/+6
* Update tests to use icmdDaniel Nephin2017-08-251-1/+1
* Remove RunCommandPipelineWithOutputDaniel Nephin2017-08-221-0/+8
* Introduce `cli.Wait*` fuctionsVincent Demeester2017-04-141-0/+52
* Move FakeContext to `integration-cli/cli/build/context` package…Vincent Demeester2017-04-111-0/+1
* [test-integration] Migrate some more tests to `cli` packageVincent Demeester2017-03-281-5/+54
* Introduce a `cli` package for test-integrationVincent Demeester2017-03-231-0/+129