We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df435fa + a5269b2 commit 20f93aeCopy full SHA for 20f93ae
doc/en/example/simple.rst
@@ -852,6 +852,8 @@ In that order.
852
can be changed between releases (even bug fixes) so it shouldn't be relied on for scripting
853
or automation.
854
855
+.. _freezing-pytest:
856
+
857
Freezing pytest
858
---------------
859
doc/en/reference.rst
@@ -84,6 +84,12 @@ pytest.warns
84
.. autofunction:: pytest.warns(expected_warning: Exception, [match])
85
:with:
86
87
+pytest.freeze_includes
88
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
89
90
+**Tutorial**: :ref:`freezing-pytest`.
91
92
+.. autofunction:: pytest.freeze_includes
93
94
.. _`marks ref`:
95
0 commit comments