We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9e93d commit 4d1abccCopy full SHA for 4d1abcc
README.rst
@@ -225,8 +225,8 @@ It's very important that we test non-happy paths.
225
with self.assertRaises(requests.exceptions.ConnectionError):
226
requests.get(url)
227
228
-Example of how to mock a call with a custom `can_handle` function
229
-=================================================================
+Example of how to mock a call with a custom request matching logic
+==================================================================
230
.. code-block:: python
231
232
import json
0 commit comments