summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Generate unique subdirs for built elementsissue-89_unique_build_dirsPhillip Smyth2018-03-237-18/+18
* frontend/workspace.py: Add tests for loading different versionsjjardon/versioned_docsRichard Maw2018-03-221-31/+112
* tests/sources/git.py: Test that we ignore inconsistent submodules.Tristan Van Berkom2018-03-222-0/+40
* tests/testutils/repo/git.py: Add new add_file() convenienceTristan Van Berkom2018-03-221-1/+11
* tests/frontend/fetch.py: Test failure modes of Source.get_consistency()Tristan Van Berkom2018-03-211-4/+29
* tests/frontend/track.py: Test that we fail gracefully for post tracking errorsTristan Van Berkom2018-03-218-0/+110
* tests/frontend/track.py: Testing behavior of cross junction trackingTristan Van Berkom2018-03-205-0/+96
* tests/frontend/track.py: Test tracking with optionalityTristan Van Berkom2018-03-208-4/+132
* tests/frontend/track.py: Testing that this works with project.refsTristan Van Berkom2018-03-201-1/+18
* testutils/repo/git.py: Added branch() methodTristan Van Berkom2018-03-201-0/+3
* tests/format/project.py: Test that conditional statements are supported in pr...Tristan Van Berkom2018-03-204-0/+56
* tests/pipeline/load.py: Testing source without load_ref() implementationTristan Van Berkom2018-03-204-0/+83
* tests/frontend/buildtrack.py: Modified to test saving with project.refsTristan Van Berkom2018-03-201-5/+44
* Deprecate `--track-save` option from `bst build`Tristan Van Berkom2018-03-201-8/+2
* Remove other references to SequenceID from the code and testsJim MacArthur2018-03-131-2/+2
* Removing all traces of `environment-inherit` shell configuration.Tristan Van Berkom2018-03-061-27/+7
* tests/integration/shell.py: Testing new shell environment configurationTristan Van Berkom2018-03-061-2/+42
* tests/integration/shell.py: Adding tests for env var expansions in `host-files`tristan/shell-enhancementsTristan Van Berkom2018-03-061-0/+25
* integration tests: Refactoring for dynamic project configurationsTristan Van Berkom2018-03-064-56/+83
* 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