summaryrefslogtreecommitdiff
path: root/buildstream/plugintestutils/runcli.py
Commit message (Expand)AuthorAgeFilesLines
* The new YAML World OrderDaniel Silverstone2019-03-271-0/+1
* runcli.py: Add a CLI test fixture for remote-executionMartin Blanchard2019-03-251-0/+100
* sourcepushqueue.py: Add queue for pushing sourcesRaoul Hidalgo Charman2019-03-251-1/+1
* runcli.run(): coerce project and args to stringsAngelos Evripiotis2019-03-151-0/+4
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-011-1/+2
* runcli: rm unused 'color' and '**extra' paramsAngelos Evripiotis2019-03-011-3/+3
* cachedir: add new dir option that's default root to other dirsRaoul Hidalgo Charman2019-02-191-8/+16
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-0/+641