summaryrefslogtreecommitdiff
path: root/tests/integration/base_cache_test.py
Commit message (Expand)AuthorAgeFilesLines
* Add a bit of missing test coverageJordan Cook2021-09-061-2/+2
* Fix incorrect location of redirects.sqlite when using filesystem backendJordan Cook2021-08-231-0/+4
* Add unit tests for new header supportJordan Cook2021-08-141-10/+37
* Drop testing for requests <=0.21Jordan Cook2021-08-141-4/+0
* Apply whitespace/EOF fixes and isort updatesJordan Cook2021-08-081-1/+1
* Use BaseCache.clear() BaseStorage.clear() prioer to integration testsJordan Cook2021-08-021-2/+1
* Add support for Response.next when 302 responses are cached directlyJordan Cook2021-07-161-2/+17
* Fix cache_control option to correctly toggle cache header usage (off by default)Jordan Cook2021-07-091-7/+11
* Improve type annotations and fix type checking errorsJordan Cook2021-07-061-6/+2
* Some serialization fixes & updates:Jordan Cook2021-07-031-6/+17
* initial serialization pipeline refactorParker Hancock2021-06-141-3/+1
* Workaround for poetry issue on python 3.10 betaJordan Cook2021-06-111-2/+4
* Add tests and docsJordan Cook2021-06-111-8/+14
* Compatibility fixes for requests 2.16 and 2.17Jordan Cook2021-06-031-0/+5
* making Flake8 happy by changing comparisions from == True/False/None to is Tr...Parker Hancock2021-06-031-7/+7
* remove 'ignored parameters' from request prior to cachingParker Hancock2021-06-031-0/+43
* Fix broken unit tests and add more coverageJordan Cook2021-05-261-1/+2
* Add support for using request and response cache headers to set cache expirationJordan Cook2021-05-071-16/+37
* Adjust line length for black + isortJordan Cook2021-04-301-1/+3
* Add support for caching multipart file uploadsJordan Cook2021-04-301-0/+7
* Improve performance a bit for remove_expired_responses()Jordan Cook2021-04-291-2/+21
* Combine test_cache.py with BaseCacheTest to run these tests for all backendsJordan Cook2021-04-221-0/+133