Files
pytest2/changelog/10940.improvement.rst
2023-05-06 12:15:11 -03:00

4 lines
250 B
ReStructuredText

Improved verbose output (``-vv``) of ``skip`` and ``xfail`` reasons by performing text wrapping while leaving a clear margin for progress output.
Added :func:`TerminalReporter.wrap_write() <pytest.TerminalReporter.wrap_write>` as a helper for that.