summaryrefslogtreecommitdiff
path: root/tests/unit/test_session.py
Commit message (Expand)AuthorAgeFilesLines
* Redact ingored_parameters from CachedResponse.urlJordan Cook2021-09-151-5/+23
* Alias/rename old_data_on_error to stale_if_error for consistency with Cache-C...Jordan Cook2021-09-061-8/+14
* Use blake2 instead of sha256 for hashing request infoJordan Cook2021-09-061-2/+3
* Allow match_headers to optionally accept a list of specific headers to matchJordan Cook2021-09-061-2/+2
* Alias/rename 'include_get_headers' to 'match_headers' for clarity (backwards-...Jordan Cook2021-09-061-6/+12
* Allow has_url(), delete_url(), and create_key() to optionally take requests.R...Jordan Cook2021-08-281-2/+20
* Add BaseCache.update() method as a shortcut for exporting to a different cach...Jordan Cook2021-08-251-0/+11
* Rename DbDict to SQLiteDict for consistency with other backends (with aliases...Jordan Cook2021-08-191-7/+7
* s/whitelist/allowlistJordan Cook2021-08-191-1/+1
* Add support for custom cache keysJordan Cook2021-08-141-0/+11
* Add unit tests for new header supportJordan Cook2021-08-141-2/+27
* Remove deprecated 'core' module and BaseCache.remove_old_entries()Jordan Cook2021-08-141-11/+0
* Add test coverage for optional serialization dependenciesJordan Cook2021-08-121-27/+0
* Apply whitespace/EOF fixes and isort updatesJordan Cook2021-08-081-1/+1
* Add a `BaseCache.delete_urls()` methodJordan Cook2021-08-021-3/+13
* Add CachedResponse.cache_key attribute and update in CachedSession.send()Jordan Cook2021-07-201-0/+2
* Some serialization fixes & updates:Jordan Cook2021-07-031-1/+4
* Add option to exclude expired responses in keys(), values(), and response_cou...Jordan Cook2021-07-031-6/+15
* Rephrase BaseCache.__str__() count as 'total rows' to be less ambiguous, sinc...Jordan Cook2021-07-031-1/+1
* Add BaseCache.response_count() method to get an accurate count of valid respo...Jordan Cook2021-07-031-0/+19
* Merge pull request #286 from parkerhancock/serialization_pipelinesJordan Cook2021-06-221-3/+4
|\
| * initial serialization pipeline refactorParker Hancock2021-06-141-3/+4
* | Add ImportError to list of possible deserialization errors to catchJordan Cook2021-06-201-5/+2
|/
* Add tests and docsJordan Cook2021-06-111-6/+11
* Merge 0.6.4 hotfix into masterJordan Cook2021-06-041-2/+2
* Fix broken unit tests and add more coverageJordan Cook2021-05-261-8/+14
* Add support for using request and response cache headers to set cache expirationJordan Cook2021-05-071-0/+576