summary refs log tree commit diff
path: root/tests/util/test_treecache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Add missing types to tests.util. (#14597)Patrick Cloke2022-12-021-7/+7
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-24/+24
* Remove `keylen` from `LruCache`. (#9993)Richard van der Hoff2021-05-241-2/+4
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* run isortAmber Brown2018-07-091-2/+2
* Add a test for TreeCache.__contains__Mark Haines2016-02-221-0/+6
* Fix flake8 warnings for testsMark Haines2016-02-191-0/+1
* Add testsErik Johnston2016-01-291-0/+12
* Add tests for treecache directly and test del_multi at the LruCache level too.David Baker2016-01-221-0/+66