summaryrefslogtreecommitdiff
path: root/tests/sourcecache/staging.py
Commit message (Expand)AuthorAgeFilesLines
* Call _initialize_state() in Element._new_from_load_element()juerg/cache-query-jobJürg Billeter2020-12-141-3/+0
* Move source cache query to fetch jobJürg Billeter2020-12-141-0/+3
* Add ElementSourcesCacheJürg Billeter2020-09-031-3/+5
* tests/sourcecache: Do not inspect uninitialized elementsJürg Billeter2020-09-031-0/+3
* element.py: Rename '_source_cached' to '_has_all_sources_in_source_cache'Benjamin Schubert2020-01-161-3/+3
* Reformat code using BlackChandan Singh2019-11-141-32/+26
* Remove `commit`ting sources inside `Source()._generate_key`Darius Makovsky2019-11-051-2/+1
* Replace BST_NO_PRESTAGE_KEY with BST_KEY_REQUIRES_STAGEDarius Makovsky2019-11-041-1/+1
* local.py: use extended API, set BST_NO_PRESTAGE_KEYDarius Makovsky2019-10-301-1/+2
* tests/sourcecache: Fix typos in commentsJürg Billeter2019-07-161-1/+1
* tests/sourcecache/staging.py: Use dummy_context()Jürg Billeter2019-07-161-62/+48
* Source cache uses new proto methodsRaoul Hidalgo Charman2019-07-081-7/+6
* Refactor, use context.messenger directlyAngelos Evripiotis2019-07-051-3/+3
* Refactor: message handlers take 'is_silenced'Angelos Evripiotis2019-07-051-1/+1
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* 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-201-1/+1
* tests:lint: silence redefined-outer-name in files using fixturesBenjamin Schubert2019-03-201-0/+4
* tests:lint: be explicit when not using a variableBenjamin Schubert2019-03-201-1/+0
* Source cache testsRaoul Hidalgo Charman2019-03-141-0/+189