Skip to content

Commit 4b214a6

Browse files
Add tmp_path_factory methods to the docs (#8550)
* Add tmp_path_factory methods to the docs Add the methods of tmp_path_factory to the docs. Currently, only the class description appears in the docs. * Add tmpdir_factory methods to the docs
1 parent 9653a0e commit 4b214a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/en/reference/reference.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ tmp_path_factory
594594
``tmp_path_factory`` is an instance of :class:`~pytest.TempPathFactory`:
595595

596596
.. autoclass:: pytest.TempPathFactory()
597+
:members:
597598

598599

599600
.. fixture:: tmpdir
@@ -617,6 +618,7 @@ tmpdir_factory
617618
``tmp_path_factory`` is an instance of :class:`~pytest.TempdirFactory`:
618619

619620
.. autoclass:: pytest.TempdirFactory()
621+
:members:
620622

621623

622624
.. _`hook-reference`:

0 commit comments

Comments
 (0)