Skip to content

Lower case attributes capitalized in docs #5883

Description

@altendky

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
image

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

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
"""

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: docsdocumentation improvement, missing or needing clarification

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions