Remove doc line that is no longer relevant for Python3-only (#7263)
* Fix typo in capture.rst documentation Rename ``capfsysbinary`` to ``capsysbinary`` as the former does not exist as far as i can see. * Make Python uppercase in doc/en/capture.rst Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * Remove the sentence entirely Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Ran Benita <ran@unusedvar.com>
This commit is contained in:
parent
589c6c6acc
commit
5517f7264f
|
@ -145,8 +145,7 @@ The return value from ``readouterr`` changed to a ``namedtuple`` with two attrib
|
|||
|
||||
If the code under test writes non-textual data, you can capture this using
|
||||
the ``capsysbinary`` fixture which instead returns ``bytes`` from
|
||||
the ``readouterr`` method. The ``capfsysbinary`` fixture is currently only
|
||||
available in python 3.
|
||||
the ``readouterr`` method.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue