Document mocking compatibility (#537)

This commit is contained in:
Jonas Lundberg 2019-11-18 13:16:06 +01:00 committed by Tom Christie
parent 331be99cbf
commit 2dbcaf859f

View File

@ -32,3 +32,7 @@ with httpx.Client(**kwargs) as client:
```
More detailed documentation and usage of `Client` can be found in [Advanced Usage](advanced.md).
## Mocking
If you need to mock HTTPX the same way that test utilities like `responses` and `requests-mock` does for `requests`, see [RESPX](https://github.com/lundberg/respx).