summaryrefslogtreecommitdiff
path: root/doc/en/reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/reference.rst')
-rw-r--r--doc/en/reference.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/reference.rst b/doc/en/reference.rst
index a1285e153..f62b51414 100644
--- a/doc/en/reference.rst
+++ b/doc/en/reference.rst
@@ -1084,6 +1084,12 @@ Custom warnings generated in some situations such as improper usage or deprecate
.. autoclass:: pytest.PytestUnknownMarkWarning
:show-inheritance:
+.. autoclass:: pytest.PytestUnraisableExceptionWarning
+ :show-inheritance:
+
+.. autoclass:: pytest.PytestUnhandledThreadExceptionWarning
+ :show-inheritance:
+
Consult the :ref:`internal-warnings` section in the documentation for more information.