- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.9k
Closed
Labels
type: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarification
Description
Shouldn't Ret/Outlines/Errlines/Stdout/Stderr/Duration be lower case?  Testdir is similarly broken.  Not sure how many more.
https://docs.pytest.org/en/5.1.3/reference.html#_pytest.pytester.RunResult

https://docs.pytest.org/en/5.1.3/_modules/_pytest/pytester.html#RunResult

pytest/src/_pytest/pytester.py
Lines 349 to 363 in 1a9f4a5
| class RunResult: | |
| """The result of running a command. | |
| Attributes: | |
| :ret: the return value | |
| :outlines: list of lines captured from stdout | |
| :errlines: list of lines captures from stderr | |
| :stdout: :py:class:`LineMatcher` of stdout, use ``stdout.str()`` to | |
| reconstruct stdout or the commonly used ``stdout.fnmatch_lines()`` | |
| method | |
| :stderr: :py:class:`LineMatcher` of stderr | |
| :duration: duration in seconds | |
| """ | 
Metadata
Metadata
Assignees
Labels
type: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarification