We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc0abf commit f0db4a4Copy full SHA for f0db4a4
1 file changed
doc/guide.rst
@@ -54,7 +54,7 @@ Waiting for test completion or errors
54
-------------------------------------
55
It is possible to wait until all oneshot and ordered handlers are exhausted or any error happened. This
56
is provided by a context manager which waits until one of these events occured. This can be further customized
57
-by :py:class:`pytest_httpserver.server.WaitSettings` object to raise or not raise assertion.
+by :py:class:`pytest_httpserver.server.WaitingSettings` object to raise or not raise assertion.
58
59
60
Debugging errors while testing
0 commit comments