summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/frontend/pull.py: Add track+pull test for non-strict build planJürg Billeter2018-01-231-0/+44
* tests/frontend/pull.py: Add pull test for non-strict build planJürg Billeter2018-01-231-0/+51
* Make artifact cache tests work in python3.4jonathan/fix-tests-python34Jonathan Maw2018-01-121-3/+3
* tests: Exercise the new multiple cache supportSam Thursfield2018-01-115-132/+248
* Add support for multiple remote cachesSam Thursfield2018-01-114-55/+47
* tests/frontend: Assert cached state in a single lineSam Thursfield2018-01-112-16/+8
* tests/cachekey/cachekey.py: Manually create a symlink for our testsTristan Van Berkom2018-01-101-0/+10
* tests/cachekey: Enhanced tests to consider local sources with multiple files.Tristan Van Berkom2018-01-1016-13/+16
* tests/pipeline/preflight.py: Added test to ensure graceful exit at preflight ...fix-preflight-errorsTristan Van Berkom2018-01-065-0/+69
* local & patch source tests: Preflight errors now report PipelineErrorTristan Van Berkom2018-01-062-3/+3
* tests/testutils/runcli.py: Assert that buildstream actually exited.Tristan Van Berkom2018-01-061-0/+12
* tests/pipeline/load.py: Removing unused tmpdir fixture from hereTristan Van Berkom2018-01-061-7/+7
* test/utils/savefile.py: Stringify the tmpdir so that tests work.fix-savefile-test-brokenTristan Van Berkom2018-01-061-9/+9
* utils.py: Add save_file_atomic() helperSam Thursfield2018-01-042-0/+62
* tests/sources/local.py: Adding test for staging a symlink.Tristan Van Berkom2018-01-024-0/+34
* tests/sources/local.py: Testing failures to create staging directoriesTristan Van Berkom2018-01-024-0/+28
* tests/frontend: Updating tests to use new error checksTristan Van Berkom2018-01-0112-57/+50
* tests/format: Use new error assertions all aroundTristan Van Berkom2018-01-0111-120/+50
* tests/cachekey/cachekey.py: Use new error checkingTristan Van Berkom2018-01-011-5/+1
* tests/sources: Use new error checking tools for source testsTristan Van Berkom2018-01-016-82/+91
* 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-202-6/+4
* project: Rename required-project-version to format-versionJonathan Maw2017-12-141-1/+1
* tests: Test whether a plugin is allowed to be loadedfix-132-rebasedJonathan Maw2017-12-1311-1/+62
* Update tests for changed plugin loadingJonathan Maw2017-12-1317-103/+225
* Adapting test cases to expect logs in stderrTristan Van Berkom2017-12-139-38/+27
* 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-138-2/+357
* tests/testutils/artifactshare.py: Always create summary file for test cachesSam Thursfield2017-12-121-0/+1
* tests/frontend: Reverse ordering of cache specificationsSam Thursfield2017-12-122-14/+14
* Remove unused imports in test filesGökçen Nurlu2017-12-0717-22/+2
* tests/frontend/buildcheckout.py: Adding `bst checkout` testsTristan Van Berkom2017-12-051-5/+91
* tests/testutils/runcli.py: Always run with --no-colorsSam Thursfield2017-12-051-1/+1
* buildstream/plugins/elements/cmake.yaml: Always create build folderjjardon/cmake_buildJavier Jardón2017-12-051-2/+2
* Add a test for overlaps114-give-better-warnings-on-overlapsJonathan Maw2017-12-0113-0/+62
* Add a test for tar lzipValentin David2017-11-303-0/+58
* Replace 'push-url' and 'pull-url' options with just 'url'sam/canonical-push-urlsSam Thursfield2017-11-222-16/+8
* Accept the first character as shortcut on interruption prompts130-interactive-prompt-prefixAntoine Wacheux2017-11-211-0/+34
* Revert "Accept the first character as shortcut on interruption prompts"Tristan Van Berkom2017-11-191-34/+0
* Accept the first character as shortcut on interruption promptsAntoine Wacheux2017-11-191-0/+34
* tests/pipeline/load.py: Enhanced and added test cases for exceptionsTristan Van Berkom2017-11-1812-34/+73
* tests/testutils/runcli.bst: Fix get_pipeline() to not use mutable default arg...Tristan Van Berkom2017-11-181-1/+4
* load.py: Add test to check intersection exceptionsTristan Maat2017-11-182-0/+24
* Fix testsTristan Maat2017-11-184-14/+3
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-173-4/+4
* tests/sources/tar.py: Test for tarballs containing linksTristan Van Berkom2017-11-173-0/+43
* Make node_subst_member pass default values as positional argsJonathan Maw2017-11-141-1/+1
* load.py: Migrate to new test styleTristan Maat2017-11-102-89/+90
* Refactor: Move context.py -> _context.pyTristan Van Berkom2017-11-086-6/+10