summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* NullLock.acquire should accept wait parameter, return booleanJamie Lennox2016-05-261-0/+23
* Use tox and pifpaf for testingMike Bayer2016-05-262-9/+18
* Add test for original fn setMorgan Fainberg2016-05-031-0/+12
* - ensure the value passed to ProxyBackend is a CachedValue which can ofMike Bayer2015-11-111-1/+18
* Add lock timeout tests, add a function for retrieving if the backend has a ti...Frits Stegmann2015-10-092-4/+40
* Unit tests are passing with the time in the mem cache libFrits Stegmann2015-10-081-1/+1
* Unit tests are passing with the time in the mem cache libFrits Stegmann2015-10-081-2/+9
* - Add a new flag 'replace_existing_backend', allowshbc2015-09-121-0/+27
* Use pytest + tox for running testsJohn Anderson2015-07-167-19/+23
* - Repaired the :meth:`.CacheRegion.get_multi` method when used with aMike Bayer2015-02-241-0/+9
* Merge branch 'hint' of https://bitbucket.org/hongbin034/dogpile.cacheMike Bayer2015-01-211-6/+43
|\
| * Allow the default key generating functions to be overwrittenHongbin Lu2014-11-291-4/+36
* | Merge branch 'fixexpire' of https://bitbucket.org/hongbin034/dogpile.cacheMike Bayer2015-01-211-0/+4
|\ \
| * | Fix incorrect expiration of value if expiration_time is -1.Hongbin Lu2014-11-141-0/+4
| |/
* | - full flake8 / pep8 now that my editor yells loudlyMike Bayer2015-01-2112-135/+222
* | - Fixed tests under py.test, which were importing a symbol fromMike Bayer2015-01-211-5/+20
|/
* fix relative importMike Bayer2014-06-131-1/+1
* - rename to "null"Mike Bayer2014-06-131-0/+67
* Merge branch 'empty-multi' of https://bitbucket.org/wichert/dogpile.cache/bra...Mike Bayer2014-06-131-0/+9
|\
| * Handle empty multi get/setWichert Akkerman2014-06-051-0/+9
* | - repair redis connect arguments and tests, including broken testsMike Bayer2014-06-131-2/+14
* | dogpile/cache/backends/redis.py: add support for the 'socket_timeout' parameterSaulius Menkevičius2014-05-281-1/+9
|/
* - add support for py.testMike Bayer2014-04-112-5/+15
* Add unit test to cover Mako entry point.SW2014-04-081-0/+18
* util.coerce_string_conf: coerce floats too (#57)Jeff Dairiki2014-01-101-0/+9
* Apply the new "get" attribute for :meth:`cache_multi_on_arguments` ...Eric Hanchrow2014-01-061-0/+8
* New "get" attribute, analogous to "invalidate" and "refresh"Eric Hanchrow2014-01-061-2/+8
* - changelogMike Bayer2013-11-262-5/+3
* memory_pickle backend supportjonathan vanasco2013-11-261-0/+5
* - correct and test the example RW mutexMike Bayer2013-11-151-10/+54
* - Fixes to routines on Windows, including that default unit tests pass,Mike Bayer2013-11-154-4/+28
* formattingMike Bayer2013-11-151-8/+8
* formattingMike Bayer2013-11-151-28/+28
* - The :meth:`.CacheRegion.invalidate` method now supports an optionMike Bayer2013-10-101-2/+53
* Add in dogpile.cache explicit exceptionsMorgan Fainberg2013-09-021-3/+6
* Ensure coerce_string_conf coerces the sign of an integer.David\ Beitey2013-07-041-0/+17
* The ``refresh()`` method on :meth:`.CacheRegion.get_or_create_multi`Mike Bayer2013-06-271-0/+7
* whitespace...Mike Bayer2013-06-211-7/+7
* - can't coerce to unicode key by default because cache backends likeMike Bayer2013-06-212-8/+46
* Added a method ``refresh()`` to functions decorated byMike Bayer2013-06-211-3/+39
* - changelogMike Bayer2013-06-211-5/+36
|\
* | broken test for incoming pullreqMike Bayer2013-06-211-1/+15
* | - reorganize the tests here, so everything to do with the decoratorMike Bayer2013-06-213-194/+197
|/
* - add asdict=True argument #35Mike Bayer2013-06-151-0/+69
* some test fixesMike Bayer2013-06-141-7/+8
* - this is 0.5.0Mike Bayer2013-06-141-14/+14
* - Added new methods :meth:`.CacheRegion.get_or_create_multi`Mike Bayer2013-06-102-5/+143
* Merged in ijl/dogpile.cache (pull request #20)Mike Bayer2013-05-241-1/+18
|\
| * CacheRegion.configure() accepts a datetime.timedelta object for 'expiration_t...ijl2013-05-021-1/+18
* | add an interesting test regarding potential deadlocks for same key calledMike Bayer2013-05-051-0/+21
|/