summary refs log tree commit diff
path: root/tests/util/caches/test_deferred_cache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing type hints to test.util.caches (#14529)Patrick Cloke2022-11-221-30/+31
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-1/+1
* ObservableDeferred: run observers in order (#11229)Richard van der Hoff2021-11-021-3/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+4
* Empty iterables should count towards cache usage. (#9028)Patrick Cloke2021-01-061-23/+50
* Add some more testsRichard van der Hoff2020-10-211-0/+95
* Push some deferred wrangling down into DeferredCacheRichard van der Hoff2020-10-211-9/+9
* Add `DeferredCache.get_immediate` method (#8568)Richard van der Hoff2020-10-191-4/+23
* Combine the two sets of DeferredCache testsRichard van der Hoff2020-10-141-2/+75
* move DeferredCache into its own moduleRichard van der Hoff2020-10-141-0/+64