summaryrefslogtreecommitdiff
path: root/tests/frontend/buildcheckout.py
Commit message (Expand)AuthorAgeFilesLines
* Reformat code using BlackChandan Singh2019-11-141-382/+289
* local.py: use extended API, set BST_NO_PRESTAGE_KEYDarius Makovsky2019-10-301-5/+25
* tests/frontend/buildcheckout.py: Create required symlinks on the flybschubert/fix-windows-symlinkBenjamin Schubert2019-10-081-0/+16
* cli.py: Allow checkout to handle --deps allJames Ennis2019-09-131-3/+3
* buildcheckout.py: Add tests which checkout artifact depsjennis/update_checkoutJames Ennis2019-09-051-0/+37
* cli.py: Allow checkout to handle artifact refsJames Ennis2019-09-051-1/+1
* _stream.py: Remove separate handling of ArtifactElementsJames Ennis2019-09-051-1/+1
* _project.py: Don't only load cached artifactsJames Ennis2019-09-051-1/+1
* Load artifact refs the same way we load element namesJames Ennis2019-08-271-4/+4
* tests/frontend/buildcheckout.py: Stop using explicit cache keysJames Ennis2019-08-191-5/+5
* Bst artifact subcommands take artifact ref names.Rebecca Grayson2019-07-261-0/+59
* Implmented export_to_tar for casbaseddirectoryWilliam Salmon2019-07-251-0/+43
* Allowing tar files to be compressedbecky/tar_compressionRebecca Grayson2019-07-161-0/+95
* Checkout to default dir if no tar or directory:Rebecca Grayson2019-07-161-0/+18
* _yaml: Remove 'node_get_provenance' and add 'Node.get_provenance'Benjamin Schubert2019-07-151-1/+1
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-12/+12
* tests: remove 'node_get_yaml_provenance()' helper and replace with the new APIBenjamin Schubert2019-07-151-3/+4
* tests: Add tests to buildcheckout for pullingRaoul Hidalgo Charman2019-06-241-1/+63
* test:utils/site: Consolidate IS_LINUX/WSL/Windows in a single siteBenjamin Schubert2019-06-061-1/+1
* tests: Fix import order of buildstream and tests modulesChandan Singh2019-05-211-3/+3
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* tests: ensure provenance for _get_loader errorsAngelos Evripiotis2019-03-261-1/+6
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-27/+27
* tests:lint: disable 'unused-import' checks on pytest fixturesBenjamin Schubert2019-03-201-1/+1
* tests:lint: silence redefined-outer-name in files using fixturesBenjamin Schubert2019-03-201-0/+3
* tests:lint: fix all unused-import from pylintBenjamin Schubert2019-03-201-1/+1
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-201-1/+3
* tests: rename tests shadowing another one and fix failuresBenjamin Schubert2019-03-201-1/+1
* tests: move templated tests from buildcheckout.py into basic_functionality.pyPhil Dawson2019-03-141-48/+1
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-011-1/+1
* tests: Remove unused variablesBenjamin Schubert2019-03-011-12/+7
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-011-1/+1
* loader: Allow dependencies to use ":" to refer to junctioned elementsChandan Singh2019-02-261-0/+136
* storage.Directory.export_to_tar: mtime=_magic...aevri/mtime1Angelos Evripiotis2019-02-151-0/+20
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+2
* tests/frontend/buildcheckout.py: Add default target test with junctionJürg Billeter2019-01-241-0/+47
* tests/frontend: Add default target tests for bst show and buildPhillip Smyth2019-01-241-0/+30
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-221-18/+20
* tests/frontend/buildcheckout.py: Fix bad filename issue for WindowsChandan Singh2019-01-031-1/+23
* tests/buildcheckout.py: Add tests for invalid chars in filenameChandan Singh2018-12-311-0/+14
* 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-301-0/+25
* Workspace CLI updateWilliam Salmon2018-11-211-1/+1
* tests/frontend/buildcheckout.py: Enable test_build_checkout_tarball_stdoutdanielsilverstone-ct/preserve-stdoutbschubert/fix-binary-output-captureDaniel Silverstone2018-10-261-2/+1
* Fix E305 warningsJavier Jardón2018-08-281-0/+1
* Move tests.frontend.generate_junction to test.testutilsValentin David2018-08-021-2/+2
* element.py: Raise an exception on unbuilt element checkoutMartin Blanchard2018-08-011-0/+10
* Add support for creating a tarball on bst checkouttiagogomes/tarball_checkoutTiago Gomes2018-07-201-1/+108
* tests/frontend/buildcheckout.py: Added tests for "Add a `--deps` flag to `bst...add_flag_to_checkoutPhillip Smyth2018-07-171-0/+36