Add new named tuple to Objects

This commit is contained in:
Roberto Aldera 2023-05-17 07:23:07 +02:00
parent daf81305b8
commit 34d61487d4
No known key found for this signature in database
1 changed files with 6 additions and 0 deletions

View File

@ -956,6 +956,12 @@ TestReport
:show-inheritance:
:inherited-members:
TestStatus
~~~~~~~~~~
.. autoclass:: pytest.TestStatus()
:members:
_Result
~~~~~~~