Skip to content

Commit 20f93ae

Browse files
authored
Merge pull request #4067 from beneyal/master
Add pytest.freeze_includes() to reference
2 parents df435fa + a5269b2 commit 20f93ae

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/en/example/simple.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,8 @@ In that order.
852852
can be changed between releases (even bug fixes) so it shouldn't be relied on for scripting
853853
or automation.
854854

855+
.. _freezing-pytest:
856+
855857
Freezing pytest
856858
---------------
857859

doc/en/reference.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ pytest.warns
8484
.. autofunction:: pytest.warns(expected_warning: Exception, [match])
8585
:with:
8686

87+
pytest.freeze_includes
88+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
89+
90+
**Tutorial**: :ref:`freezing-pytest`.
91+
92+
.. autofunction:: pytest.freeze_includes
8793

8894
.. _`marks ref`:
8995

0 commit comments

Comments
 (0)