Make TWBlue to respect persist_size when loading the cache database. Added tests for both reading from disk and loading in memory caches

This commit is contained in:
2021-06-27 02:32:28 -05:00
parent 35d6010298
commit 0612c653b8
4 changed files with 225 additions and 7 deletions

1
src/test/__init__.py Normal file
View File

@@ -0,0 +1 @@
# -*- coding: utf-8 -*-