Merge pull request #7697 from nicoddemus/file-docs

This commit is contained in:
Bruno Oliveira 2020-08-28 09:52:02 -03:00 committed by GitHub
commit 21aa6c42b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 3 deletions

View File

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

View File

@ -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):