Merge pull request #7697 from nicoddemus/file-docs

(cherry picked from commit 21aa6c42b7)
This commit is contained in:
Bruno Oliveira 2020-08-28 09:52:02 -03:00 committed by Ran Benita
parent e9d18bd8ac
commit cb91c5033e
2 changed files with 13 additions and 3 deletions

View File

@ -783,12 +783,19 @@ ExceptionInfo
:members:
pytest.ExitCode
~~~~~~~~~~~~~~~
ExitCode
~~~~~~~~
.. autoclass:: _pytest.config.ExitCode
:members:
File
~~~~
.. autoclass:: _pytest.nodes.File()
:members:
:show-inheritance:
FixtureDef
~~~~~~~~~~

View File

@ -604,7 +604,10 @@ class FSCollector(Collector):
class File(FSCollector):
""" base class for collecting tests from a file. """
"""Base class for collecting tests from a file.
:ref:`non-python tests`.
"""
class Item(Node):