-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributortype: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarification
Description
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
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributortype: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarification