summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "update black and set for python 3.6"mike bayer2020-11-146-31/+33
|\
| * update black and set for python 3.6Mike Bayer2020-11-146-31/+33
* | Add subclasshook for CacheMutexMike Bayer2020-11-132-0/+39
|/
* pep 484 bonanzaMike Bayer2020-11-121-3/+30
* Decouple serialization logic from CacheBackend classesAlessio Bogon2020-11-116-37/+103
* mark thread-intensive tests and disable by defaultMike Bayer2020-11-042-0/+13
* Support pytest 6Louis Sautier2020-10-311-1/+1
* Add TLS support for bmemcachedMoisés Guimarães de Medeiros2020-08-069-25/+300
* Use built-in unittest.mock instead of external mockMichał Górny2020-08-034-7/+5
* Bump to 1.0.0; minimum python version 3.5Mike Bayer2020-07-133-51/+18
* Add support for Redis sentinelStéphane Brunner2020-07-132-4/+130
* Add option for thread local Redis locksSam Park2020-03-131-0/+67
* Add cache value loggingStéphane Brunner2019-10-241-0/+108
* Encode string key for sha1 functionMike Bayer2019-08-091-0/+29
* Format code for PEP8 compliance.Hervé Beraud2019-03-0415-667/+741
* Adding tests to check behavioral changes introduced by decoratorHervé Beraud2019-02-271-0/+26
* Restore the API for async_creation_runner in all casesMike Bayer2018-12-111-0/+74
* Preserve function signatures within decorated functionsAnkit Patel2018-12-071-0/+24
* Fix all Py3k deprecation warningsMike Bayer2018-12-072-3/+4
* Use correct element when checking hard invalidatedMike Bayer2018-07-261-0/+35
* Merge "added CacheRegion.actual_backend"mike bayer2018-06-271-0/+17
|\
| * added CacheRegion.actual_backendjonathan vanasco2018-06-271-0/+17
* | Don't call getter twice for existing, expired valueMike Bayer2018-06-241-0/+32
|/
* - ensure all threads in thread local test stay up until a flagMike Bayer2017-07-041-3/+7
* Raise PluginNotFound exception when not foundJamie Lennox2017-06-261-0/+9
* Produce consistent string for __repr__() of NoValuePaul Brown2017-06-261-0/+5
* Do not store empty dict when using Region.get_or_create_multi with should_cac...tsauerwein2017-06-231-0/+7
* Propagate backend test message if env variables are setMike Bayer2017-04-242-6/+14
* Fix key_mangler is always reset to None in testsTimon Wong2016-07-081-0/+1
* Make cache region invalidation pluggableAlexander Makarov2016-06-301-0/+52
* Add a key-word-arg aware cache-key generatorMorgan Fainberg2016-06-211-0/+122
* - comment out more unreliable bmemcached testsMike Bayer2016-06-141-0/+3
* Use a weakref instead of __del__ for reference countingMike Bayer2016-06-131-11/+14
* - fix import in redisMike Bayer2016-06-062-2/+2
* - add skips for BMemcached which generally isn't as solidMike Bayer2016-06-031-5/+20
* Merge dogpile.core into dogpile.cache.Morgan Fainberg2016-06-0210-7/+374
* - add an extra gc.collect() here to help this test succeedMike Bayer2016-06-021-0/+2
* Copy arguments passed to RedisMike Bayer2016-05-272-4/+6
* 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