pbrady / fastcache

C implementation of Python 3 lru_cache
MIT License
154 stars 19 forks source link

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

Closed satels closed 9 years ago

satels commented 10 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'
pbrady commented 10 years ago

Thanks for reporting this. The .test() option is currently only supported on the git version (even though the readme doesn't give that impression).

satels commented 10 years ago

sorry

pbrady commented 10 years ago

This should probably stay open until it's fixed.