[Pytest-commit] Issue #452: Incorrect capfd description/documentation (hpk42/pytest)

Jurko Gospodnetić issues-reply at bitbucket.org
Sat Feb 8 23:31:38 CET 2014


New issue 452: Incorrect capfd description/documentation
https://bitbucket.org/hpk42/pytest/issue/452/incorrect-capfd-description-documentation

Jurko Gospodnetić:

When you run ```py.test --fixtures``` you get the following output:

```
#!text
capfd
    enables capturing of writes to file descriptors 1 and 2 and makes
    captured output available via ``capsys.readouterr()`` method calls
    which return a ``(out, err)`` tuple.
```

which refers to ```capsys``` instead of ```capfd```.




More information about the pytest-commit mailing list