summaryrefslogtreecommitdiff
path: root/tests/unit/test_patcher.py
Commit message (Expand)AuthorAgeFilesLines
* Enable bugbear extension and fix warningsJordan Cook2023-05-081-2/+2
* Silence DeprecationWarnings during tests for deprecated methodsJordan Cook2022-09-301-2/+3
* Add delete() function for patcherJordan Cook2022-09-291-4/+12
* Update tests and docsJordan Cook2022-06-111-6/+6
* Split up remove_expired_reponses() into remove() and reset_expiration() metho...Jordan Cook2022-06-111-6/+6
* Add indexed datetime column to SQLite backend for faster evictionJordan Cook2022-04-101-8/+2
* Also skip cache read for requests excluded by allowable_methodsJordan Cook2022-04-091-0/+8
* Rename DbDict to SQLiteDict for consistency with other backends (with aliases...Jordan Cook2021-08-191-3/+3
* Update `DbCache.clear()` to succeed even if the database is corruptedJordan Cook2021-08-021-3/+3
* Add support for bypassing the cache if expire_after=0Jordan Cook2021-04-291-0/+7
* Make sure all tests with SQLite dbs clean up after themselvesJordan Cook2021-04-291-9/+6
* Split 'core' module into 'session' and 'patcher' modules; keep placeholder 'c...Jordan Cook2021-04-021-0/+89