summaryrefslogtreecommitdiff
path: root/tests/integration/test_cache.py
Commit message (Collapse)AuthorAgeFilesLines
* Combine test_cache.py with BaseCacheTest to run these tests for all backendsJordan Cook2021-04-221-96/+0
|
* Read manually instead of using _body, move decode tests to integration testsshiftinv2021-04-181-0/+21
|
* Add temporary workaround for /json httpbin endpointJordan Cook2021-04-121-1/+5
|
* Add tests against httpbin container for all supported methods and response ↵Jordan Cook2021-03-311-9/+55
| | | | formats
* Split tests into unit and integration tests and run separately in CI; update ↵Jordan Cook2021-03-311-0/+25
Contributing Guide with more notes on testing