Files
pytest2/changelog/2923.feature
Anthony Sottile 8f90812481 Add capfdbinary fixture
`capfdbinary` works like `capfd` but produces bytes for `readouterr()`.
2017-11-14 14:50:00 -08:00

3 lines
86 B
Gherkin

Add ``capfdbinary`` a version of ``capfd`` which returns bytes from
``readouterr()``.