cache is always a dictionary in memory

This commit is contained in:
2013-09-07 10:31:39 +02:00
parent c8876ab184
commit f8b0a53c3f
10 changed files with 59 additions and 110 deletions

View File

@ -6,7 +6,9 @@ from tiramisu.config import Config
from tiramisu.option import BoolOption, OptionDescription
from tiramisu.setting import owners
from tiramisu.storage import list_sessions, delete_session
from tiramisu import setting
setting.expires_time = 0
def test_non_persistent():
b = BoolOption('b', '')