Closed satels closed 9 years ago
I use fastcache readme:
In [2]: import fastcache In [3]: fastcache.__version__ Out[3]: '1.0.1' In [4]: fastcache.test() AttributeError: 'module' object has no attribute 'test'
Thanks for reporting this. The .test() option is currently only supported on the git version (even though the readme doesn't give that impression).
.test()
sorry
This should probably stay open until it's fixed.
I use fastcache readme: