Hi all,

i'm using doctests and the nifty web2py _TEST function to call doctests on 
my controllers (like in the admin app, but since i'm on GAE i am not running 
through admin).

I just noticed today that functions that i have decorated with @cache do not 
run when i call _TEST.  If i remove the @cache decorator on the function the 
tests run again.  is there a way to have both the @cache decorator and be 
able to run doctests using the _TEST function?

thanks,

christian

Reply via email to