Closed JimJeon closed 5 years ago
This PR fixes #107
Python 2.7 Build fails, I'll fix it.
Thanks! It seems everything goes well. Installing this module for py2 will work: https://pypi.org/project/mock/
It was already in the setup.py package list. I just added some compatibility codes.
Merging #121 into master will increase coverage by
0.03%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #121 +/- ##
==========================================
+ Coverage 98.06% 98.08% +0.03%
==========================================
Files 14 14
Lines 1442 1461 +19
==========================================
+ Hits 1414 1433 +19
Misses 28 28
0.7.2
is released which includes this change. Thanks!
Also fixes lru delete method.
closes #107