summaryrefslogtreecommitdiff
path: root/tests/integration/test_redis.py
Commit message (Expand)AuthorAgeFilesLines
* Set default serializers for each backend using param defaults instead of 'def...Jordan Cook2023-01-131-0/+1
* Fix tests for python 3.7Jordan Cook2022-09-301-2/+2
* Add ttl_offset argument for Redis backendJordan Cook2022-09-301-1/+24
* Update tests and docsJordan Cook2022-06-111-1/+1
* Drop idea of storing each response in a separate hash, and go back to seriali...Jordan Cook2021-12-011-2/+2
* Add a new RedisDict class that stores responses in separate hashes instead of...Jordan Cook2021-12-011-4/+10
* Improve some RedisDict methods and rename to RedisHashDictJordan Cook2021-12-011-3/+3
* Increase integration test timeout for DynamoDB, since it has a longer startup...Jordan Cook2021-08-141-1/+1
* Apply whitespace/EOF fixes and isort updatesJordan Cook2021-08-081-1/+2
* Some serialization fixes & updates:Jordan Cook2021-07-031-1/+1
* Combine test_cache.py with BaseCacheTest to run these tests for all backendsJordan Cook2021-04-221-1/+2
* Turn multi-threaded stress tests into test (sub)classesJordan Cook2021-04-221-1/+5
* Turn remaining unittest.TestCase classes into pytest-style test classesJordan Cook2021-04-221-12/+9
* Allow passing any valid backend connection kwargs via BaseCacheJordan Cook2021-04-191-1/+10
* Add one test case per backend storage classJordan Cook2021-04-121-4/+4
* Update all backend-specific integration tests to fail quickly if not set up, ...Jordan Cook2021-04-121-11/+14
* Split tests into unit and integration tests and run separately in CI; update ...Jordan Cook2021-03-311-0/+17