summary refs log tree commit diff
path: root/tests/util/test_expiring_cache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing types to tests.util. (#14597)Patrick Cloke2022-12-021-8/+18
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-20/+20
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Allow configuration of Synapse's cache without using synctl or environment va...Amber Brown2020-05-111-1/+1
* Fix some instances of ExpiringCache not expiring cache itemsErik Johnston2018-09-211-1/+0
* Run black.black2018-08-101-1/+0
* run isortAmber Brown2018-07-091-2/+2
* Add ExpiringCache testsErik Johnston2017-01-161-0/+84