Skip to content

Commit

Permalink
Document mocking compatibility (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
lundberg authored and tomchristie committed Nov 18, 2019
1 parent 331be99 commit 2dbcaf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 2dbcaf8

Please sign in to comment.