summaryrefslogtreecommitdiff
path: root/tests/frontend
Commit message (Expand)AuthorAgeFilesLines
* tests: when comparing lists/dicts, compare all at oncebschubert/better-pytest-reportBenjamin Schubert2019-03-213-10/+22
* 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
* context: remove artifactdirRaoul Hidalgo Charman2019-02-191-2/+2
* cachedir: add new dir option that's default root to other dirsRaoul Hidalgo Charman2019-02-191-14/+14
* tests: Don't use integration test for artifact logJürg Billeter2019-02-191-0/+64
* element.py: Expect absolute paths in overlap whitelistsValentin David2019-02-193-4/+4
* userconfig: rm really-workspace-close-project-inaccessibleare_you_sure2Angelos Evripiotis2019-02-151-0/+2
* storage.Directory.export_to_tar: mtime=_magic...aevri/mtime1Angelos Evripiotis2019-02-151-0/+20
* Add cli main & user conf option for 'cache-buildtrees' contextTom Pollard2019-02-131-0/+2
* buildstream/_cas/cascache.py: Set 0644 rights to pulled filesvalentindavid/pull-chmod-bugValentin David2019-02-121-0/+72
* _frontend: Allow printing dependencies using `bst show`Chandan Singh2019-02-121-0/+25
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-0823-25/+41
* Add more log formatting optionsWilliam Salmon2019-02-071-2/+4
* Add --remote, -r option to bst build, inline with pull & pushTom Pollard2019-02-053-1/+85
* Fixup refs to 'bst track'Angelos Evripiotis2019-01-281-1/+1
* _frontend/widget.py: Render core messages more like other messagesTristan Van Berkom2019-01-241-2/+2
* tests/frontend/buildcheckout.py: Add default target test with junctionJürg Billeter2019-01-244-0/+56
* tests/frontend/pull.py: Add default target test for bst push/pullJürg Billeter2019-01-241-0/+50
* tests/frontend/fetch.py: Add default target test for bst source fetchJürg Billeter2019-01-241-0/+35
* tests/frontend: Add default target tests for bst show and buildPhillip Smyth2019-01-2419-0/+179