Merge pull request #7697 from nicoddemus/file-docs
(cherry picked from commit 21aa6c42b7
)
This commit is contained in:
parent
e9d18bd8ac
commit
cb91c5033e
|
@ -783,12 +783,19 @@ ExceptionInfo
|
|||
:members:
|
||||
|
||||
|
||||
pytest.ExitCode
|
||||
~~~~~~~~~~~~~~~
|
||||
ExitCode
|
||||
~~~~~~~~
|
||||
|
||||
.. autoclass:: _pytest.config.ExitCode
|
||||
:members:
|
||||
|
||||
File
|
||||
~~~~
|
||||
|
||||
.. autoclass:: _pytest.nodes.File()
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
FixtureDef
|
||||
~~~~~~~~~~
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue