summaryrefslogtreecommitdiff
path: root/tests/frontend/fetch.py
Commit message (Expand)AuthorAgeFilesLines
* _frontend/cli: Support "build" and "run" values for `source fetch --deps`Chandan Singh2020-05-131-0/+41
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+1
* tests/frontend: Refactor tests for default targetsChandan Singh2019-11-271-29/+0
* Fix stacktraces during element loadingTristan Maat2019-11-221-9/+1
* Reformat code using BlackChandan Singh2019-11-141-79/+37
* _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-6/+5
* tests: remove 'node_get_yaml_provenance()' helper and replace with the new APIBenjamin Schubert2019-07-151-3/+4
* tests: Fix import order of buildstream and tests modulesChandan Singh2019-05-211-1/+2
* test/frontend/fetch.py: Test for crashes when loading junctions in non-strict...tristan/fix-no-strict-junctionsTristan Van Berkom2019-05-081-1/+9
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-2/+2
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-121-2/+2
* tests: ensure provenance for _get_loader errorsAngelos Evripiotis2019-03-261-1/+6
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-5/+5
* 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: move templated source tests from fetch.py into separate filePhil Dawson2019-03-141-75/+0
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-011-2/+2
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+3
* tests/frontend/fetch.py: Add default target test for bst source fetchJürg Billeter2019-01-241-0/+35
* Introduce new "source" command groupChandan Singh2018-12-141-8/+8
* Move tests.frontend.generate_junction to test.testutilsValentin David2018-08-021-2/+2
* Interpret names as colon separated junction path in loader.Valentin David2018-06-081-0/+38
* Load and save junctioned source refs from/to junction.refsTristan Van Berkom2018-04-251-1/+1
* tests/frontend/fetch.py: Added tests for automatically fetching the junctionsTristan Van Berkom2018-04-051-1/+87
* tests/frontend/fetch.py: Test failure modes of Source.get_consistency()Tristan Van Berkom2018-03-211-4/+29
* tests/frontend: Updating tests to use new error checksTristan Van Berkom2018-01-011-1/+1
* Restructuring tests using the Repo and CliTristan Van Berkom2017-09-041-4/+2
* tests/frontend/fetch.py: Added tests for `bst fetch`Tristan Van Berkom2017-09-041-0/+50