summaryrefslogtreecommitdiff
path: root/tests/testutils/runcli.py
Commit message (Expand)AuthorAgeFilesLines
* tests/testutils/runcli.py: Fixed broken environment handlingTristan Van Berkom2018-12-261-2/+5
* Basic options for shell --build to use buildtreesWilliam Salmon2018-12-191-0/+14
* tests/testutils/runcli.py: Support binary-mode capture of stdoutDaniel Silverstone2018-10-261-6/+7
* cascache.py: Move push/pull messaging to cascacheJosh Smith2018-09-191-1/+1
* Add tests for cyclic variables checkJosh Smith2018-08-291-2/+16
* tests/integration/source-determinism.py: Use cli_integration.valentindavid/cli_integration_source_determinismValentin David2018-08-241-2/+4
* _platform: Use CAS artifact cacheJürg Billeter2018-07-171-6/+1
* tests: Do not rely on 'downloadable' statusJürg Billeter2018-05-111-1/+0
* tests/testutils/runcli.py: Improve detection of pulled/pushed elementsJürg Billeter2018-04-301-2/+2
* _exceptions.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-3/+3
* element.py: Make artifact lowercase in time_activity()James Ennis2018-03-281-1/+1
* Remove unused importsJürg Billeter2018-03-251-1/+1
* integration tests: Refactoring for dynamic project configurationsTristan Van Berkom2018-03-061-8/+62
* tests/frontend/push.py: Test that we don't push stuff that we just pulledSam Thursfield2018-02-261-0/+14
* testutils/runcli.py: Print something helpful if BuildStream fails to exit pro...Tristan Van Berkom2018-02-251-0/+1
* Merge integration tests into general testsTristan Maat2018-02-071-2/+3
* Add test utilities for integration testsTristan Maat2018-02-071-24/+90
* runcli.py: Allow setting individual config settingsTristan Maat2018-02-071-4/+8
* tests/testutils/runcli.py: Assert that buildstream actually exited.Tristan Van Berkom2018-01-061-0/+12
* tests/testutils/runcli.py: Augment the Result object to store task errorsTristan Van Berkom2018-01-011-9/+100
* tests/testutils/runcli.py: Enhanced to capture stdout/stderr separatelyTristan Van Berkom2017-12-131-11/+64
* Fix testsTristan Maat2017-12-131-0/+26
* tests/testutils/runcli.py: Always run with --no-colorsSam Thursfield2017-12-051-1/+1
* tests/testutils/runcli.bst: Fix get_pipeline() to not use mutable default arg...Tristan Van Berkom2017-11-181-1/+4
* load.py: Migrate to new test styleTristan Maat2017-11-101-0/+26
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-061-1/+1
* tests/testutils/runcli.py: get_element_state() now uses --downloadableTristan Van Berkom2017-10-291-0/+1
* tests/testutils/runcli.py: Optionally make the runner not verboseTristan Van Berkom2017-10-231-8/+10
* tests/testutils/runcli.py: Provide the last raised exception in the resultTristan Van Berkom2017-10-101-1/+14
* Fix tests for other platformsTristan Maat2017-09-281-0/+13
* tests/testutils/runcli.py: Now the cli can set the environment and cwd for a runTristan Van Berkom2017-09-051-7/+40
* tests/testutils/runcli.py: Print CLI commands unconditionallyTristan Van Berkom2017-09-051-5/+5
* tests/testutils/runcli.py: Added get_element_key() method to fetch cache keyTristan Van Berkom2017-09-051-0/+13
* tests/testutils/runcli.py: Added fixture for running the CLITristan Van Berkom2017-09-041-0/+113