We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 309810a + cb91c50 commit f4f30d7Copy full SHA for f4f30d7
doc/en/reference.rst
@@ -783,12 +783,19 @@ ExceptionInfo
783
:members:
784
785
786
-pytest.ExitCode
787
-~~~~~~~~~~~~~~~
+ExitCode
+~~~~~~~~
788
789
.. autoclass:: _pytest.config.ExitCode
790
791
792
+File
793
+~~~~
794
+
795
+.. autoclass:: _pytest.nodes.File()
796
+ :members:
797
+ :show-inheritance:
798
799
800
FixtureDef
801
~~~~~~~~~~
src/_pytest/nodes.py
@@ -604,7 +604,10 @@ def _collectfile(
604
605
606
class File(FSCollector):
607
- """ base class for collecting tests from a file. """
+ """Base class for collecting tests from a file.
608
609
+ :ref:`non-python tests`.
610
+ """
611
612
613
class Item(Node):
0 commit comments