pbrady/fastcache

AttributeError: 'module' object has no attribute 'test'

Closed this issue · 3 comments

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).

sorry

This should probably stay open until it's fixed.