summaryrefslogtreecommitdiff
path: root/tests/frontend/fetch.py
Commit message (Expand)AuthorAgeFilesLines
* 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