summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/testutils/integration.py: Avoid inconsistent symlink handlingSam Thursfield2018-04-231-0/+5
* Add compose-symlinks testcaseSam Thursfield2018-04-236-0/+66
* tests/pipeline/preflight-error: Fixing typo in error string formattingTristan Van Berkom2018-04-231-1/+1
* tests/frontend/track.py: Added test for `bst track --deps none`Tristan Van Berkom2018-04-191-0/+40
* _loader package: Creating a new sub package to hold the loader related things.Tristan Van Berkom2018-04-172-4/+2
* _frontend/cli.py: Add option to reset multiple workspacesChandan Singh2018-04-171-0/+52
* tests/frontend/workspace.py: Added tests for force opening workspacestristan/fix-workspace-force-openTristan Van Berkom2018-04-171-0/+21
* tests/frontend/buildcheckout.py: Added regression tests for workspaced junctionsTristan Van Berkom2018-04-161-0/+109
* source.py, element.py, _pipeline.py: Streamling preflighting.Tristan Van Berkom2018-04-164-8/+8
* _frontend/app.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-151-5/+5
* plugins/elements/cmake.yaml: allow using ninja instead of make (#279)abderrahim/cmake-ninjaAbderrahim Kitouni2018-04-142-2/+3
* tests/format/variables.py: Ported from old style testsTristan Van Berkom2018-04-1416-79/+64
* tests/frontend/show.py: Removing some unused variablesTristan Van Berkom2018-04-141-2/+0
* tests/frontend/workspace.py: Test new workspace format versionTristan Maat2018-04-131-0/+24
* tests/frontend/workspace.py: Automatically update versionTristan Maat2018-04-131-5/+6
* integration/workspace.py: Test that configure commands run only onceTristan Maat2018-04-132-0/+55
* tests: Check that output includes log files of failed buildsRichard Maw2018-04-121-0/+28
* _frontend/cli.py, _pipeline.py: Add options for cross junction tracking.Tristan Van Berkom2018-04-122-10/+29
* buildstream/_versions.py: Increment BST_CORE_ARTIFACT_VERSIONTristan Van Berkom2018-04-1125-25/+25
* element.py, source.py: Cleanup how Source cache keys are calculated.Tristan Van Berkom2018-04-1125-25/+25
* tests/integration/shell.py: Test that workspaced files are visible in a bst s...Tristan Van Berkom2018-04-112-0/+91
* tests/frontend/workspace.py: Test that we detect modifications made to a work...352-race-condition-incorrect-saving-of-running-files-in-workspaces-yml-local-state-file311-opening-a-workspace-with-a-cached-buildTristan Van Berkom2018-04-091-0/+77
* tests/frontend/workspace.py: Fixed test_build to make the right assertionTristan Van Berkom2018-04-091-1/+1
* More specific exceptions when a project.conf is missing.Tristan Van Berkom2018-04-081-1/+1
* tests/frontend/init.py: New test to test edge cases for new `bst init` command.Tristan Van Berkom2018-04-081-0/+97
* _frontend/cli.py, _frontend/app.py: Implemented new `bst init` command.Tristan Van Berkom2018-04-081-0/+1
* _frontend/cli.py: Add option to close multiple workspacesChandan Singh2018-04-071-3/+43
* tests/format/options.py: Added tests for invalid variable names in optionsTristan Van Berkom2018-04-065-0/+31
* tests/format/options.py: Added tests for invalid option name symbolsTristan Van Berkom2018-04-069-0/+45
* tests/format/project.py: Added tests for loading of invalid project namesTristan Van Berkom2018-04-063-0/+22
* tests/project/plugins.py: Removed this old style testTristan Van Berkom2018-04-068-119/+0
* tests/format/project.py: Converted to use CLI test harnessTristan Van Berkom2018-04-0610-89/+51
* tests/frontend/buildcheckout.py: Added junction related testsTristan Van Berkom2018-04-051-1/+90
* tests/frontend/track.py: Added junction related testsTristan Van Berkom2018-04-051-2/+76
* tests/frontend/fetch.py: Added tests for automatically fetching the junctionsTristan Van Berkom2018-04-051-1/+87
* tests/frontend/show.py: Test behaviors of showing junctioned elementsTristan Van Berkom2018-04-055-1/+135
* tests/frontend: Share the configure_project() functionTristan Van Berkom2018-04-053-12/+13
* _loader.py: Some fixes in how we load sources for junctionsTristan Van Berkom2018-04-051-1/+1
* tests/frontend/workspace.py: Exercise the build test in strict and non-strict...Tristan Van Berkom2018-04-051-1/+14
* _artifactcache modules: Adhere to policy on private symbolstristan/private-refactor-2Tristan Van Berkom2018-04-041-3/+3
* _project.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-035-27/+34
* _exceptions.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-3/+3
* _context.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-033-3/+3
* tests/frontend/workspace.py: Reduce unneeded coverage here.Tristan Van Berkom2018-04-021-10/+7
* tests/frontend/workspace.py: Test that we can remove a workspace for a nonexi...Tristan Van Berkom2018-04-021-0/+20
* tests/frontend/workspace.py: Fix inaccurate commentsTristan Van Berkom2018-04-021-6/+3
* _frontend/app.py: Renamed from main.pyTristan Van Berkom2018-04-021-1/+1
* element.py: Make artifact lowercase in time_activity()James Ennis2018-03-281-1/+1
* _workspaces.py: Fix fallout from using python3.4Tristan Maat2018-03-281-2/+2
* frontend/workspace.py: Adjust tests to new workspace formatTristan Maat2018-03-271-7/+35