Hi everyone, I have just added pyramid_beaker cache feature to my project because I found a couple of queries that can use it. I defined 4 regions in my development.ini/test.ini files but when I run nosetests I'm getting a KeyError: 'long_term' (this is one of the regions name) in the methods I decorated with cache.cache_region.
Can you guys suggest a way to add the missing part to test? TIA, Mariano -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
