Skip to content

docs: capteesys -- Typo in example #13476

@jenisys

Description

@jenisys

Current example (probably a copy+paste problem):

def test_output(capsys):  # -- PROBLEM HERE, SHOULD BE: capteesys
    print("hello")
    captured = capteesys.readouterr()
    assert captured.out == "hello\n"

SEE:

CHECKLIST:

  • a detailed description of the bug or problem you are having
  • minimal example if possible

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueeasy issue that is friendly to new contributortype: 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