Merge pull request #7697 from nicoddemus/file-docs
This commit is contained in:
commit
21aa6c42b7
|
@ -784,12 +784,19 @@ ExceptionInfo
|
|||
:members:
|
||||
|
||||
|
||||
pytest.ExitCode
|
||||
~~~~~~~~~~~~~~~
|
||||
ExitCode
|
||||
~~~~~~~~
|
||||
|
||||
.. autoclass:: _pytest.config.ExitCode
|
||||
:members:
|
||||
|
||||
File
|
||||
~~~~
|
||||
|
||||
.. autoclass:: _pytest.nodes.File()
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
FixtureDef
|
||||
~~~~~~~~~~
|
||||
|
|
|
@ -542,7 +542,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