summaryrefslogtreecommitdiff
path: root/tests/frontend
Commit message (Expand)AuthorAgeFilesLines
* Implement new required 'version' specification in project.conftristan/bst2-separationTristan Van Berkom2019-04-1724-27/+34
* Change namespace from buildstream to buildstream2Tristan Van Berkom2019-04-1731-74/+74
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-1623-31/+31
* tests/frontend/push.py: Test pushing artifacts in non-strict modeTristan Van Berkom2019-04-151-0/+55
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-128-14/+11
* tests: Fix all remaining references to bst pushchandan/fix-bst-pull-docsChandan Singh2019-04-102-9/+9
* tests: Fix all remaining references to bst pullChandan Singh2019-04-101-9/+9
* _yaml.py: Remove node_containsDaniel Silverstone2019-04-042-2/+2
* Plugin: Remove node_has_member()Daniel Silverstone2019-04-041-1/+1
* tests: Add a track test to ensure that we do not needlessly overwrite filesjennis/track_is_overworkingJames Ennis2019-03-281-0/+40
* The new YAML World OrderDaniel Silverstone2019-03-274-30/+32
* YAML Cache: Remove the YAML CacheDaniel Silverstone2019-03-271-146/+0
* tests: ensure provenance for _get_loader errorsAngelos Evripiotis2019-03-264-9/+38
* tests: source and artifact cache testRaoul Hidalgo Charman2019-03-251-0/+91
* sourcepushqueue.py: Add queue for pushing sourcesRaoul Hidalgo Charman2019-03-251-2/+2
* tests/frontend/pull.py: Add test for pull completing partial artifactsJürg Billeter2019-03-251-0/+31
* tests: when comparing lists/dicts, compare all at onceBenjamin Schubert2019-03-213-10/+22
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-2116-98/+98
* tests/frontend/workspace.py: Test that all elements build with workspace in playTristan Van Berkom2019-03-2123-0/+153
* tests:lint: disable 'unused-import' checks on pytest fixturesBenjamin Schubert2019-03-2023-23/+23
* tests:lint: silence redefined-outer-name in files using fixturesBenjamin Schubert2019-03-2023-0/+70
* tests:lint: fix all unused-import from pylintBenjamin Schubert2019-03-203-4/+4
* tests:lint: silence unbalanced-tuple-unpacking errorsBenjamin Schubert2019-03-201-0/+2
* tests:lint: rename variables shadowing othersBenjamin Schubert2019-03-202-5/+5
* tests:lint: fix all misplaced-comparison-constant errorsBenjamin Schubert2019-03-201-6/+6
* tests:lint: remove all len comparisons existence checkBenjamin Schubert2019-03-203-5/+5
* tests:lint: remove all unneccessary-parens errors from pylintBenjamin Schubert2019-03-203-15/+15
* tests:lint: be explicit when not using a variableBenjamin Schubert2019-03-202-16/+16
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-207-10/+19
* tests: rename tests shadowing another one and fix failuresBenjamin Schubert2019-03-201-1/+1
* tests/frontend/push.py: add missing assert statementsBenjamin Schubert2019-03-201-2/+2
* tests: remove duplicated testsBenjamin Schubert2019-03-201-8/+0
* Rename cache-buildtrees option value 'failure' to 'auto'Jürg Billeter2019-03-161-1/+1
* tests: move templated tests from workspace.py into separate filephil/consolidate-repo-testsPhil Dawson2019-03-141-6/+0
* tests/frontend/workspaces/py: Fix typo in WorkspaceCreator classPhil Dawson2019-03-141-7/+7
* tests: move templated source tests from track.py into separate filePhil Dawson2019-03-141-368/+1
* tests: move templated tests from track_cross_junction.py into separate filePhil Dawson2019-03-141-157/+0
* tests: move templated tests from buildcheckout.py into basic_functionality.pyPhil Dawson2019-03-141-48/+1
* tests: move templated source tests from mirror.py into separate filePhil Dawson2019-03-141-397/+1
* tests: move templated source tests from fetch.py into separate filePhil Dawson2019-03-141-75/+0
* Integrate source cache with rest of buildstreamRaoul Hidalgo Charman2019-03-142-0/+5
* cascache.py: Ensure path exists before trying to update the mtimeJames Ennis2019-03-131-0/+38
* cli.py: Add artifact delete commandJames Ennis2019-03-132-0/+105
* tests/frontend/workspace.py: Remove redundant and pointless testsTristan Van Berkom2019-03-121-19/+13
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-019-12/+7
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-0112-19/+23
* tests: Remove unused variablesBenjamin Schubert2019-03-0110-51/+30
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-016-14/+14
* loader: Allow dependencies to use ":" to refer to junctioned elementsChandan Singh2019-02-261-0/+136
* tests/frontend/overlaps.py: Added regression test for cross project overlapsTristan Van Berkom2019-02-227-7/+60