Add changelog and author entries

This commit is contained in:
Brian Larsen 2023-04-30 20:09:03 -05:00
parent 64ed241f5f
commit c516d6c680
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ Benjamin Peterson
Bernard Pratz
Bob Ippolito
Brian Dorsey
Brian Larsen
Brian Maissy
Brian Okken
Brianna Laugher

View File

@ -0,0 +1 @@
Added :func:`TerminalReporter.wrap_write() <pytest.TerminalReporter.wrap_write>`, which improves verbose output by performing text wrapping on skip and xfail reasons.