We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb1e40 commit 9faa252Copy full SHA for 9faa252
1 file changed
README.rst
@@ -141,6 +141,15 @@ Let's fire our example test::
141
142
$ py.test example.py
143
144
+
145
+How to be sure that all the calls are properly mocked?
146
+======================================================
147
+Add this instruction at the end of the test execution:
148
149
+.. code-block:: python
150
151
+ Mocket.assert_fail_if_entries_not_served()
152
153
Example of how to fake socket errors
154
====================================
155
0 commit comments