summaryrefslogtreecommitdiff
path: root/tests/integration/base_cache_test.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | Fixes #113 Thanks to @gregdingle for providing the solution for this.
* 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