summaryrefslogtreecommitdiff
path: root/docs/project_info
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-09-17 14:33:13 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-09-18 11:37:39 -0500
commita65f854e2a3e1a89fa1ac159381bbf8931dbef86 (patch)
tree1ac9985195fcdd12a3da4ef0fc9fc1ade2c388cf /docs/project_info
parent4f13fb21bec27d1a89f585bfa544411844594cb6 (diff)
downloadrequests-cache-a65f854e2a3e1a89fa1ac159381bbf8931dbef86.tar.gz
Add some more links to 'Related Projects' page
Diffstat (limited to 'docs/project_info')
-rw-r--r--docs/project_info/related_projects.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/project_info/related_projects.md b/docs/project_info/related_projects.md
index 4773906..dd553cc 100644
--- a/docs/project_info/related_projects.md
+++ b/docs/project_info/related_projects.md
@@ -3,7 +3,7 @@
If requests-cache isn't quite what you need, you can help make it better! See the
{ref}`Contributing Guide <contributing>` for details.
-You can also check out these other python projects related to caching and/or HTTP requests:
+You can also check out these other python projects related to caching HTTP requests:
## General
* [CacheControl](https://github.com/ionrock/cachecontrol): An HTTP cache for `requests` that caches
@@ -34,3 +34,6 @@ You can also check out these other python projects related to caching and/or HTT
* [betamax](https://github.com/betamaxpy/betamax): Records responses to local files and plays them
back for tests; also inspired by Ruby's [VCR](https://github.com/vcr/vcr). Made specifically for
`requests`.
+* [HTTPretty](https://github.com/gabrielfalcao/HTTPretty): HTTP Client mocking tool that provides a full fake TCP socket module; inspired by Ruby's [FakeWeb](https://github.com/chrisk/fakeweb).
+* [aioresponses](https://github.com/pnuckowski/aioresponses): A helper to mock web requests in `aiohttp`, inspired by `responses`
+* [aresponses](https://github.com/aresponses/aresponses): An asyncio testing server for mocking external services