summaryrefslogtreecommitdiff
path: root/tests/testutils
Commit message (Expand)AuthorAgeFilesLines
* testutils/repo/git.py: Added branch() methodTristan Van Berkom2018-03-201-0/+3
* integration tests: Refactoring for dynamic project configurationsTristan Van Berkom2018-03-061-8/+62
* Integration tests: Removing some dead codeTristan Van Berkom2018-02-271-16/+0
* 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
* testutils: Add support for git source controlling submodule checkoutJonathan Maw2018-02-191-6/+11
* Merge integration tests into general testsTristan Maat2018-02-071-2/+3
* Add test utilities for integration testsTristan Maat2018-02-073-25/+131
* runcli.py: Allow setting individual config settingsTristan Maat2018-02-071-4/+8
* tests: Exercise the new multiple cache supportSam Thursfield2018-01-112-33/+1
* Add support for multiple remote cachesSam Thursfield2018-01-112-1/+35
* 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
* Fixing tests to adapt to new setup of ProgramNotFound exceptionTristan Van Berkom2017-12-201-2/+1
* tests/testutils/site.py: Removed HAVE_ROOTTristan Van Berkom2017-12-131-2/+0
* tests/testutils/runcli.py: Enhanced to capture stdout/stderr separatelyTristan Van Berkom2017-12-131-11/+64
* Fix testsTristan Maat2017-12-132-0/+31
* tests/testutils/artifactshare.py: Always create summary file for test cachesSam Thursfield2017-12-121-0/+1
* Remove unused imports in test filesGökçen Nurlu2017-12-074-4/+0
* tests/testutils/runcli.py: Always run with --no-colorsSam Thursfield2017-12-051-1/+1
* Add a test for tar lzipValentin David2017-11-301-0/+6
* 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-062-6/+7
* testutils: Added optional subdir parameter to repo creationTristan Van Berkom2017-11-055-10/+25
* Add a new zip sourcezipMathieu Bridon2017-11-032-0/+42
* tests: Reuse utils.sha256sumMathieu Bridon2017-11-031-8/+2
* tests/testutils/repo/tar.py: Fixed for changed tar behaviorTristan Van Berkom2017-11-021-2/+2
* 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-285-2/+39
* Add testsTristan Maat2017-09-141-0/+43
* Add source plugin node validationsTristan Maat2017-09-141-1/+1
* 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/artifactshare.py: Added scaffolding for artifact sharesTristan Van Berkom2017-09-052-0/+107
* Restructuring tests using the Repo and CliTristan Van Berkom2017-09-042-7/+9
* tests/testutils/repo/ostree.py: Skip tests if the ostree cli is not installedTristan Van Berkom2017-09-041-0/+7
* tests/testutils/repo/git.py: Skip tests if git is not installedTristan Van Berkom2017-09-041-0/+8
* tests/testutils/repo/bzr.py: Skip tests if bzr is not installedTristan Van Berkom2017-09-041-0/+8
* testutis/site.py: A location for checking the presense of host featuresTristan Van Berkom2017-09-041-0/+22
* tests/testutils/repo module: New module for Source support scaffoldingTristan Van Berkom2017-09-046-0/+258
* tests/testutils/runcli.py: Added fixture for running the CLITristan Van Berkom2017-09-042-0/+113