summaryrefslogtreecommitdiff
path: root/tests/unit/test_cache.py
Commit message (Expand)AuthorAgeFilesLines
* Add option to manually cache response objectsJordan Cook2021-04-191-0/+6
* Don't show warnings for 'include_get_headers' and 'ignored_parameters' kwargs...Jordan Cook2021-04-181-5/+5
* Handle errors due to invalid responses in `BaseCache.urls`Jordan Cook2021-04-101-0/+8
* Add remove_old_entries() back to BaseCache as an alias with a DeprecationWarningJordan Cook2021-04-101-1/+7
* Improvements to Sphinx documentation:Jordan Cook2021-04-031-7/+7
* Split 'core' module into 'session' and 'patcher' modules; keep placeholder 'c...Jordan Cook2021-04-021-13/+27
* Improve backend initialization:Jordan Cook2021-04-021-5/+21
* Add 'verify' param to cache keyJordan Cook2021-04-011-1/+7
* Convert test_thread_safety and test_monkey_patch from TestCase classes to pyt...Jordan Cook2021-03-311-0/+18
* Split tests into unit and integration tests and run separately in CI; update ...Jordan Cook2021-03-311-0/+492