summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/integration/shell.py: Updated shell testsTristan Van Berkom2018-03-041-32/+34
* tests: Add filter element testsJonathan Maw2018-03-0114-0/+168
* Add a test for default and custom loggingJim MacArthur2018-03-011-0/+81
* Update expected cache keys in testsJames Ennis2018-02-286-6/+6
* tests/integration/shell.py: Added tests for host-filesTristan Van Berkom2018-02-282-0/+98
* tests/integration/shell.py: Generate project.conf on the flyTristan Van Berkom2018-02-282-7/+28
* tests/frontend/workspace.py: Add cache key checks to test_buildJürg Billeter2018-02-271-0/+2
* tests/frontend/pull.py: Do not use a workspace for the non-strict testJürg Billeter2018-02-271-2/+3
* Integration tests: Removing some dead codeTristan Van Berkom2018-02-278-29/+4
* tests/frontend/push.py: Test that we don't push stuff that we just pulledSam Thursfield2018-02-262-0/+67
* tests/frontend: Summarize the existing push and pull testsSam Thursfield2018-02-262-0/+27
* tests/integration/shell.py: Added tests for inheriting environment variablesTristan Van Berkom2018-02-252-3/+44
* tests/integration/shell.py: Dont use shlex, use command vectorsTristan Van Berkom2018-02-251-9/+15
* testutils/runcli.py: Print something helpful if BuildStream fails to exit pro...Tristan Van Berkom2018-02-251-0/+1
* tests/integration/base/generate-base.sh: Typo fix in commentSam Thursfield2018-02-211-1/+1
* tests/integration: Use a minimal custom base sysrootSam Thursfield2018-02-219-29/+83
* tests/integration: Do not use C++ compiler in workspace-mount testJürg Billeter2018-02-213-8/+8
* tests/integration: Use a simpler CMake test projectSam Thursfield2018-02-215-31/+17
* tests: Add a git test that project overrides workJonathan Maw2018-02-194-0/+52
* tests: Add tests to verify git sources obey submodule checkout configJonathan Maw2018-02-192-0/+208
* testutils: Add support for git source controlling submodule checkoutJonathan Maw2018-02-191-6/+11
* tests: fix erroneous comment in git testJonathan Maw2018-02-191-1/+1
* _yaml.py: Prevent ruamel from removing underscoresPhillip Smyth2018-02-154-18/+44
* 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