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```.
_______________________________________________
pytest-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit