summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test: Add tests that bzr workspace initialization acts as expectedJonathan Maw2018-02-121-0/+19
* Add integration tests for edge cases involving symlinks and overlapsSam Thursfield2018-02-125-0/+152
* Add test for project-specific artifact shares with junctionsJürg Billeter2018-02-0810-0/+121
* Add junction testsJürg Billeter2018-02-0847-0/+435
* Pass Project instance to LoaderJürg Billeter2018-02-085-23/+26
* Move cli_options from Context to ProjectJürg Billeter2018-02-086-11/+11
* Add workspace mount integration test175-refactor-integration-testsTristan Maat2018-02-073-0/+50
* Merge integration tests into general testsTristan Maat2018-02-0730-2/+903
* Add bzr testTristan Maat2018-02-073-0/+49
* Add test utilities for integration testsTristan Maat2018-02-073-25/+131
* runcli.py: Allow setting individual config settingsTristan Maat2018-02-071-4/+8
* tests/frontend/overlaps.py: Add test for runtime dependency stagingJürg Billeter2018-02-072-0/+19
* tests/cachekey: Updating cache key test for new artifact versioncache-keys-os-archTristan Van Berkom2018-02-0724-24/+24
* Add tests for workspace config format conversionChandan Singh2018-02-051-0/+54
* tests: Add overlap testsJonathan Maw2018-01-2518-15/+125
* tests: Move test_overlaps test filesJonathan Maw2018-01-255-4/+5
* tests: Remove stray printing during overlap testJonathan Maw2018-01-251-1/+0
* 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