summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/frontend/buildcheckout.py: Fix bad filename issue for WindowsChandan Singh2019-01-033-5/+24
* Use pycodestyle instead of pep8Javier Jardón2019-01-021-1/+1
* tests/buildcheckout.py: Add tests for invalid chars in filenameChandan Singh2018-12-314-0/+27
* tests/loader/junctions.py: Test the error we expect when a cross junction ele...Tristan Van Berkom2018-12-312-1/+23
* tests/loader/junctions.py: Use Result checking APIs instead of manuallyTristan Van Berkom2018-12-311-39/+24
* tests/sources/tar.py: Test that we don't crash when HOME is unsetTristan Van Berkom2018-12-261-0/+16
* tests/testutils/runcli.py: Fixed broken environment handlingTristan Van Berkom2018-12-261-2/+5
* tests/frontend/logging.py: Fix regex Deprecation WarningChandan Singh2018-12-201-2/+2
* tests/sources: Test that fetch() is not called for cached sourcesJürg Billeter2018-12-204-0/+98
* Basic options for shell --build to use buildtreesWilliam Salmon2018-12-192-5/+133
* Introduce new "source" command groupChandan Singh2018-12-1424-152/+160
* Mock storage space checks for tests.BenjaminSchubert/fix-quota-testsBenjamin Schubert2018-12-133-53/+43
* tests: Add tests for artifact group commandsRichard Maw2018-12-121-0/+68
* cli: Add artifact command groupRichard Maw2018-12-121-0/+1
* Remove source bundle commandPhil Dawson2018-12-123-50/+0
* Add option to source-checkout command to generate build scriptsPhil Dawson2018-12-121-0/+35
* Add --force / -f option to source-checkout commandPhil Dawson2018-12-121-0/+17
* Add --tar option to source-checkout commandPhil Dawson2018-12-121-0/+18
* tests: Add tests for guessing element namesJonathan Maw2018-12-113-25/+61
* tests: Test bst commands from an external workspaceJonathan Maw2018-12-113-5/+188
* Force updating tags when fetching git repositoryvalentindavid/git_force_fetch_tagsValentin David2018-12-112-1/+102
* buildstream/data/projectconfig.yaml: Remove default strip-binariesJavier Jardón2018-12-099-47/+23
* tests/format/project.py: Added new regression test for empty dependency dicti...Tristan Van Berkom2018-12-073-0/+11
* Fix bst source-checkout not working with open workspacesJonathan Maw2018-12-061-1/+8
* tests/sources/git.py: Test invalid submodules warning appearing after trackTristan Van Berkom2018-12-061-0/+61
* tests/sources/git.py: Test unlisted submodules warning appearing after trackTristan Van Berkom2018-12-061-0/+63
* tests/sources/git.py: Testing the git:invalid-submodule warningTristan Van Berkom2018-12-061-0/+71
* tests/sources/git.py: Testing the git:unlisted-submodule warningTristan Van Berkom2018-12-061-0/+73
* tests/testutils/repo/git.py: Adding remove_path() helperTristan Van Berkom2018-12-061-0/+6
* tests/sources/git.py: Refactor ref-not-in-track test to use parameterizationTristan Van Berkom2018-12-061-41/+17
* optionos.py: Add tests for OptionOSRaoul Hidalgo Charman2018-12-053-0/+99
* optionarch.py: update to use same arch names as SandboxConfigRaoul Hidalgo Charman2018-12-0515-36/+37
* _config.py: Use os and architecture settingsRaoul Hidalgo Charman2018-12-0529-29/+29
* git source plugin: Track git tags and save them to reproduce a minimum shallo...Valentin David2018-12-056-1/+182
* tests/loader/junctions.py: Test that we can build a junction that is referred...jonathan/fix-identical-elementJames Ennis2018-12-0317-0/+69
* Add `--deps build` option to `bst checkout`Chandan Singh2018-12-031-2/+12
* Ensure `--deps=none` option works for `bst checkout`Chandan Singh2018-12-031-12/+8
* Added tests for .bst suffix and completionsPhillip Smyth2018-11-307-6/+91
* _stream.py: Ability to pull missing buildtrees outside of pull/buildTom Pollard2018-11-301-1/+28
* Add support for .netrc in remote/tar/zip pluginsValentin David2018-11-296-0/+349
* Cleanup cache in cas server more agressivelyValentin David2018-11-282-4/+21
* Update mtimes of objects for requested references.Valentin David2018-11-281-0/+9
* tests/sandboxes/remote-exec-config.py: New test.Jim MacArthur2018-11-274-0/+102
* buildelement.py: Support batching for integration and build commandsJürg Billeter2018-11-271-1/+1
* tests/integration/manual.py: Add test for command loggingJürg Billeter2018-11-271-0/+25
* tests: Avoid hangs due to exceptions in subprocessesJim MacArthur2018-11-273-27/+55
* Workspace CLI updateWilliam Salmon2018-11-218-22/+156
* tests/frontend/workspace.py: Refactor support functionWilliam Salmon2018-11-211-51/+105
* tests/plugin/pipeline.py: Avoid using host user conftpollard/pipelinehostconfigTom Pollard2018-11-211-1/+1
* Ensure tests requiring bubblewrap are correctly markedBenjamin Schubert2018-11-2024-26/+98