summaryrefslogtreecommitdiff
path: root/tests/unit/test_base_cache.py
Commit message (Expand)AuthorAgeFilesLines
* Use time-machine instead of sleep for timing-based testsJordan Cook2023-04-021-41/+56
* Make use of index with SQLiteCache.filter(expired=False)Jordan Cook2022-10-281-12/+11
* Handle errors due to invalid responses in deserialize(), so it applies to oth...Jordan Cook2022-10-281-8/+20
* Add BaseCache.has_key() back; this was intended to be deprecated, not yet rem...Jordan Cook2022-10-261-0/+8
* Add 'url' argument to BaseCache.contains() and delete() for similarity to has...Jordan Cook2022-09-301-2/+19
* 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-301-23/+35
* Add method to recreate cache keysJordan Cook2022-08-231-0/+40
* Update tests and docsJordan Cook2022-06-111-123/+145
* Split up remove_expired_reponses() into remove() and reset_expiration() metho...Jordan Cook2022-06-111-20/+167
* Merge *PickleDict storage classes into parent classesJordan Cook2022-04-221-3/+3
* Add more unit test coverage for new revalidation behaviorJordan Cook2022-03-111-7/+1
* Reorganize tests in test_session moduleJordan Cook2022-03-111-0/+159