diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-03-25 19:05:34 +0000 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-03-25 19:05:34 +0000 |
commit | 9ba6487b3fe985c4ec84b02d9804aea7e2df6c40 (patch) | |
tree | 031159b1398664dc27ed6bc7a0d6917924258312 /tests | |
parent | Implement the 'key in dict' test for LruCache() (diff) | |
download | synapse-9ba6487b3fe985c4ec84b02d9804aea7e2df6c40.tar.xz |
Allow a choice of LRU behaviour for Cache() by using LruCache() or OrderedDict()
Diffstat (limited to 'tests')
-rw-r--r-- | tests/storage/test__base.py | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/storage/test__base.py b/tests/storage/test__base.py |