Current code version is added to the cache on writting. If the cache version does not match the code version on read, the cache is ignored which means it resets.
1. Install the dependencies using: > pip install -r requirements.txt 2. Run the tests using: > python -m unittest discover If you use nosetest, it will complain about addExpectedFailure, which you can safely disregard.