Update changelog/12231.feature.rst

Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
This commit is contained in:
Brian Okken 2024-05-04 15:39:08 -07:00 committed by GitHub
parent 8551173751
commit a25f4fb0fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Add `--xfail-tb` flag, which turns traceback output for XFAIL results.
Added `--xfail-tb` flag, which turns on traceback output for XFAIL results.
* If the `--xfail-tb` flag is not sent, tracebacks for XFAIL results are NOT shown.
* The style of traceback for XFAIL is set with `--tb`, and can be `auto|long|short|line|native|no`.