summaryrefslogtreecommitdiff
path: root/tests/sourcecache
Commit message (Expand)AuthorAgeFilesLines
* Mark buildbox tests as xfail if they require non implemented featuresWilliam Salmon2019-07-251-1/+2
* tests/sourcecache: Fix typos in commentsJürg Billeter2019-07-163-3/+3
* tests/sourcecache/staging.py: Use dummy_context()Jürg Billeter2019-07-161-62/+48
* tests/sourcecache/push.py: Use dummy_context()Jürg Billeter2019-07-161-29/+26
* tests/sourcecache/fetch.py: Use dummy_context()Jürg Billeter2019-07-161-86/+74
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-154-15/+15
* Source cache uses new proto methodsRaoul Hidalgo Charman2019-07-084-21/+27
* Refactor, use context.messenger directlyAngelos Evripiotis2019-07-053-7/+7
* Refactor: message handlers take 'is_silenced'Angelos Evripiotis2019-07-053-3/+3
* Fetch sources as needed for bst source checkoutJürg Billeter2019-06-271-8/+2
* _yaml: Remove useless calls to '_yaml.node_sanitize'Benjamin Schubert2019-06-252-6/+6
* tests/sourcecache/push.py: Less strict initialisation checkjennis/fix_failing_testJames Ennis2019-06-061-2/+2
* _artifact.py: Rework to use artifact protoRaoul Hidalgo Charman2019-05-151-0/+1
* Add tests for BST_REQUIRES_PREVIOUS_SOURCES_STAGERaoul Hidalgo Charman2019-05-145-0/+156
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-166-8/+8
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-122-3/+4
* tests: check source push for workspaced elementsRaoul Hidalgo Charman2019-03-251-0/+40
* tests: check sources are pushed even if build failsRaoul Hidalgo Charman2019-03-254-0/+100
* tests: Add source cache push failure testRaoul Hidalgo Charman2019-03-251-0/+42
* tests: Add source cache pull after a push testRaoul Hidalgo Charman2019-03-251-0/+45
* tests: Add source cache push testRaoul Hidalgo Charman2019-03-251-0/+96
* tests: Add source cache fetch failure testRaoul Hidalgo Charman2019-03-251-0/+52
* tests: Add source cache test for fallbackRaoul Hidalgo Charman2019-03-251-0/+59
* tests: Add source cache fetch testRaoul Hidalgo Charman2019-03-251-0/+111
* element.py: move _generate_key to _source_cachedRaoul Hidalgo Charman2019-03-211-1/+1
* tests:lint: disable 'unused-import' checks on pytest fixturesBenjamin Schubert2019-03-204-4/+4
* tests:lint: silence redefined-outer-name in files using fixturesBenjamin Schubert2019-03-204-0/+16
* tests:lint: be explicit when not using a variableBenjamin Schubert2019-03-201-1/+0
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-202-2/+4
* Source cache testsRaoul Hidalgo Charman2019-03-1415-0/+429