pytest-dev / pytest-forked

extracted --boxed from pytest-xdist to ensure backward compat
MIT License
62 stars 21 forks source link

Sync expected test_xfail's xpassed summary to Pytest 8 #90

Closed stanislavlevin closed 6 months ago

stanislavlevin commented 6 months ago

With Pytest 8 https://docs.pytest.org/en/stable/changelog.html#pytest-8-0-0rc2-2024-01-17

For xpasses, add - in summary between test name and reason, to match how xfail is displayed.

Fixes: https://github.com/pytest-dev/pytest-forked/issues/89