summaryrefslogtreecommitdiff
path: root/tests/frontend/source_checkout.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using tmpdir_factory.mkdtemp("")bschubert/fix-mktemp-usageBenjamin Schubert2020-04-231-1/+1
* Reformat code using BlackChandan Singh2019-11-141-103/+86
* source_checkout.py: Add --compression tests for source checkoutJames Ennis2019-09-121-0/+34
* source_checkout.py: Add test for --tar/--directory conflictJames Ennis2019-09-121-0/+17
* cli.py: Make source checkout more consistent with artifact checkoutJames Ennis2019-09-121-13/+24
* source_checkout.py: Remove commented out touch() and add commentJames Ennis2019-09-121-1/+1
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-1/+1
* Fetch sources as needed for bst source checkoutJürg Billeter2019-06-271-11/+4
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-8/+8
* 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: reorder imports for consistencyBenjamin Schubert2019-03-201-1/+2
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-011-2/+1
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-011-1/+1
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+1
* Introduce new "source" command groupChandan Singh2018-12-141-8/+8
* 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-111-5/+14
* Fix bst source-checkout not working with open workspacesJonathan Maw2018-12-061-1/+8
* Add `bst source-checkout` commandChandan Singh2018-11-191-0/+121