summaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Expand)AuthorAgeFilesLines
* Add compatibility with urllib3 2.0Jordan Cook2023-05-151-9/+4
* Fix loading cached JSON content when decode_content=True and the root element...Jordan Cook2023-05-081-2/+17
* Enable bugbear extension and fix warningsJordan Cook2023-05-084-17/+11
* Share SQLite connection objects among threads and use lock for write operatio...Jordan Cook2023-03-013-10/+36
* Change DynamoDB table to use cache key as partition keyJordan Cook2023-03-012-5/+13
* Set default serializers for each backend using param defaults instead of 'def...Jordan Cook2023-01-136-14/+7
* Add tests for pypy3.9Jordan Cook2022-12-302-2/+12
* Make CachedResponse.cache_key available from all cache access methodsJordan Cook2022-12-301-0/+11
* Make use of index with SQLiteCache.filter(expired=False)Jordan Cook2022-10-281-4/+8
* Add SQLite method to count unexpired responses in SQLJordan Cook2022-10-281-0/+10
* Omit invalid responses and set response.cache_key in SQLiteCache.sorted()Jordan Cook2022-10-281-4/+30
* Handle errors due to invalid responses in deserialize(), so it applies to oth...Jordan Cook2022-10-281-2/+2
* Add 'url' argument to BaseCache.contains() and delete() for similarity to has...Jordan Cook2022-09-301-2/+2
* Bump max wait time for MongoDB TTL testJordan Cook2022-09-301-2/+2
* Fix tests for python 3.7Jordan Cook2022-09-301-2/+2
* Add ttl_offset argument for Redis backendJordan Cook2022-09-301-1/+24
* Match whether ignored_parameters are present in a request (without matching c...Jordan Cook2022-09-291-11/+13
* Rename 'test_compat' test module to 'test_upgrade' for disambiguation with ot...Jordan Cook2022-09-291-2/+0
* Add retries for MongoDB ServerSelectionTimeoutError on GitHub Actions runnersJordan Cook2022-07-051-1/+22
* Clean up SerializerPipeline.decode_contentJordan Cook2022-06-111-2/+3
* Clean up SQLiteCache convenience methods a bitJordan Cook2022-06-111-4/+9
* Update tests and docsJordan Cook2022-06-115-14/+21
* Split up remove_expired_reponses() into remove() and reset_expiration() metho...Jordan Cook2022-06-111-2/+10
* Run integration tests with all serializers _only_ for Filesystem backend; for...Jordan Cook2022-06-104-63/+57
* Change this into an option for CattrStage instead of a separate classJordan Cook2022-06-101-1/+6
* Add a base model repr that excludes default values even if rich isn't installedJordan Cook2022-05-301-4/+4
* Update repo links, changelog, and contributorsJordan Cook2022-05-151-0/+1
* Add 'older_than' argument to remove_expired_responses()Jordan Cook2022-05-031-2/+0
* Add a BaseStorage.default_serializer attribute, to be more explicit about whi...Jordan Cook2022-04-221-2/+3
* Add SQLiteDict.size() method to estimate the database sizeJordan Cook2022-04-221-4/+11
* For SQLite expires column, use time.time() instead of datetime.timestamp()Jordan Cook2022-04-221-1/+1
* Merge *PickleDict storage classes into parent classesJordan Cook2022-04-225-54/+39
* Fix parameter forwarding for redis-py 4.2 and pymongo 4.1 on python <=3.8Jordan Cook2022-04-211-19/+24
* Add misc missing test coverageJordan Cook2022-04-201-10/+4
* Add support for DynamoDB TTLJordan Cook2022-04-203-13/+65
* Store responses in DynamoDB as JSON documents instead of serialized binariesJordan Cook2022-04-193-17/+31
* Close database connections (if applicable) on CachedSession.__exit__ and close()Jordan Cook2022-04-181-1/+2
* Move all cache policy-related modules to separate 'policy' subpackageJordan Cook2022-04-171-1/+1
* Add serializer name to cache key to avoid errors due to switching serializersJordan Cook2022-04-151-2/+2
* Add TTL testsJordan Cook2022-04-153-10/+67
* Improvements for MongoDB:Jordan Cook2022-04-155-16/+51
* Add SQLiteDict.sorted() method with sorting and other query optionsJordan Cook2022-04-101-2/+102
* Add indexed datetime column to SQLite backend for faster evictionJordan Cook2022-04-101-26/+26
* Update tests, changelog, and contributorsJordan Cook2022-04-061-3/+5
* Wait a bit longer for MongoDB to spin up for integration testsJordan Cook2022-04-011-2/+2
* Fix some regression bugs and broken testsJordan Cook2022-03-291-1/+1
* Swap out appdirs for platformdirsJordan Cook2022-03-142-2/+2
* Add more unit test coverage for new revalidation behaviorJordan Cook2022-03-111-11/+13
* Reorganize tests in test_session moduleJordan Cook2022-03-111-1/+0
* Handle CorruptGridFile error in GridFS backendJordan Cook2022-02-222-0/+19