summaryrefslogtreecommitdiff
path: root/tests/integration/base_storage_test.py
Commit message (Expand)AuthorAgeFilesLines
* Enable bugbear extension and fix warningsJordan Cook2023-05-081-1/+1
* Share SQLite connection objects among threads and use lock for write operatio...Jordan Cook2023-03-011-1/+13
* Change DynamoDB table to use cache key as partition keyJordan Cook2023-03-011-2/+2
* Set default serializers for each backend using param defaults instead of 'def...Jordan Cook2023-01-131-5/+4
* Make CachedResponse.cache_key available from all cache access methodsJordan Cook2022-12-301-0/+11
* Update tests and docsJordan Cook2022-06-111-0/+8
* Merge *PickleDict storage classes into parent classesJordan Cook2022-04-221-16/+14
* Add support for DynamoDB TTLJordan Cook2022-04-201-2/+3
* Improvements for MongoDB:Jordan Cook2022-04-151-6/+21
* Reorganize tests in test_session moduleJordan Cook2022-03-111-1/+0
* Drop idea of storing each response in a separate hash, and go back to seriali...Jordan Cook2021-12-011-1/+1
* Improve some RedisDict methods and rename to RedisHashDictJordan Cook2021-12-011-4/+3
* Add a bit of missing test coverageJordan Cook2021-09-061-4/+5
* Parallelize unit tests per module instead of per functionJordan Cook2021-08-121-4/+2
* Apply whitespace/EOF fixes and isort updatesJordan Cook2021-08-081-1/+2
* Some serialization fixes & updates:Jordan Cook2021-07-031-2/+4
* Add tests and docsJordan Cook2021-06-111-0/+1
* Fix broken unit tests and add more coverageJordan Cook2021-05-261-1/+1
* Implement a faster bulk delete method for each backendJordan Cook2021-04-301-0/+10
* Combine test_cache.py with BaseCacheTest to run these tests for all backendsJordan Cook2021-04-221-0/+124