summaryrefslogtreecommitdiff
path: root/tests/unit/test_base_cache.py
Commit message (Collapse)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 ↵Jordan Cook2022-10-281-8/+20
| | | | other methods besides just get_responses()
* Add BaseCache.has_key() back; this was intended to be deprecated, not yet ↵Jordan Cook2022-10-261-0/+8
| | | | removed
* Add 'url' argument to BaseCache.contains() and delete() for similarity to ↵Jordan Cook2022-09-301-2/+19
| | | | has_url() and delete_url()
* Fix issue on Windows with occasional missing `CachedResponse.created_at` ↵Jordan Cook2022-09-301-2/+3
| | | | timestamp
* 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() ↵Jordan Cook2022-06-111-20/+167
| | | | methods, with more granular arguments
* 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