Merge pull request #2962 from pytest-dev/fix-nbsp-in-changelog
replace non-breaking space with space
This commit is contained in:
commit
4d2f05e4b9
|
@ -80,7 +80,7 @@ Features
|
||||||
<https://github.com/pytest-dev/pytest/issues/2824>`_)
|
<https://github.com/pytest-dev/pytest/issues/2824>`_)
|
||||||
|
|
||||||
- Return stdout/stderr capture results as a ``namedtuple``, so ``out`` and
|
- Return stdout/stderr capture results as a ``namedtuple``, so ``out`` and
|
||||||
``err`` can be accessed by attribute. (`#2879
|
``err`` can be accessed by attribute. (`#2879
|
||||||
<https://github.com/pytest-dev/pytest/issues/2879>`_)
|
<https://github.com/pytest-dev/pytest/issues/2879>`_)
|
||||||
|
|
||||||
- Add ``capfdbinary``, a version of ``capfd`` which returns bytes from
|
- Add ``capfdbinary``, a version of ``capfd`` which returns bytes from
|
||||||
|
|
Loading…
Reference in New Issue