summary refs log tree commit diff
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-22Add tests for treecache directly and test del_multi at the LruCache level too.David Baker1-0/+66
2016-01-21peppateDavid Baker1-2/+2
2016-01-21Change LRUCache to be tree-based so we can delete subtrees.David Baker7-52/+140
2016-01-21