summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Share SQLite connection objects among threads and use lock for write operatio...Jordan Cook2023-03-014-11/+37
* Change DynamoDB table to use cache key as partition keyJordan Cook2023-03-012-5/+13
* Don't raise_for_status if status_code of response is in allowable_codesDavid Dv Schmidt2023-02-182-9/+38
* Raise an error for invalid expiration string values (except for headers conta...Jordan Cook2023-02-182-1/+18
* 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-304-5/+25
* 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-282-16/+19
* 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-282-5/+31
* Handle errors due to invalid responses in deserialize(), so it applies to oth...Jordan Cook2022-10-283-12/+25
* Handle using a converter that doesn't support the omit_if_default keyword arg...Jordan Cook2022-10-281-0/+13
* Add more notes on deprecated methodsJordan Cook2022-10-262-2/+2
* Add BaseCache.has_key() back; this was intended to be deprecated, not yet rem...Jordan Cook2022-10-261-0/+8
* Add support for header values as bytesJordan Cook2022-10-201-0/+1
* Explicitly disable pickling CachedSession objectsJordan Cook2022-10-201-0/+6
* Add 'url' argument to BaseCache.contains() and delete() for similarity to has...Jordan Cook2022-09-304-24/+40
* Bump max wait time for MongoDB TTL testJordan Cook2022-09-301-2/+2
* Fix issue on Windows with occasional missing `CachedResponse.created_at` time...Jordan Cook2022-09-301-2/+3
* Silence DeprecationWarnings during tests for deprecated methodsJordan Cook2022-09-304-26/+50
* Fix tests for python 3.7Jordan Cook2022-09-301-2/+2
* Add ttl_offset argument for Redis backendJordan Cook2022-09-301-1/+24
* Add delete() function for patcherJordan Cook2022-09-291-4/+12
* Match whether ignored_parameters are present in a request (without matching c...Jordan Cook2022-09-293-21/+38
* Add some missing sample cache filesJordan Cook2022-09-295-0/+0
* Rename 'test_compat' test module to 'test_upgrade' for disambiguation with ot...Jordan Cook2022-09-291-2/+0
* Add method to recreate cache keysJordan Cook2022-08-231-0/+40
* Add support for duplicate request paramsJordan Cook2022-08-151-0/+19
* Update only_if_cached to take precedence over refresh or other revalidation c...Jordan Cook2022-07-301-0/+10
* Add retries for MongoDB ServerSelectionTimeoutError on GitHub Actions runnersJordan Cook2022-07-051-1/+22
* Some additional logging and testsJordan Cook2022-06-162-0/+24
* Add support for VaryJordan Cook2022-06-161-0/+80
* Normalize ordering and whitespace for multi-value request headersJordan Cook2022-06-161-4/+13
* 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-119-159/+183
* Split up remove_expired_reponses() into remove() and reset_expiration() metho...Jordan Cook2022-06-115-156/+193
* Run integration tests with all serializers _only_ for Filesystem backend; for...Jordan Cook2022-06-104-63/+57
* Add decode_content option for storage classes, and use as the default behavio...Jordan Cook2022-06-101-5/+1
* Change this into an option for CattrStage instead of a separate classJordan Cook2022-06-101-1/+6
* Add serializer stage that decodes/re-encodes response contentJordan Cook2022-06-101-7/+9
* Add a base model repr that excludes default values even if rich isn't installedJordan Cook2022-05-302-4/+10
* Add Placeholder.loads() (needed in some scenerios with missing dependencies w...Jordan Cook2022-05-301-0/+2
* Add CachedRequest.path_url propertyJordan Cook2022-05-181-1/+1
* Update repo links, changelog, and contributorsJordan Cook2022-05-151-0/+1
* Implement Cache-Control: stale-while-revalidateJordan Cook2022-05-043-77/+176
* Add 'older_than' argument to remove_expired_responses()Jordan Cook2022-05-032-3/+34
* Add always_revalidate session optionJordan Cook2022-05-031-3/+23
* Remove row count from BaseCache.__str__Jordan Cook2022-04-221-6/+3
* Add a BaseStorage.default_serializer attribute, to be more explicit about whi...Jordan Cook2022-04-221-2/+3