You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently on test failures, the failed line is hightlighted +-3 lines. In the default pytest TerminalRunner, the entire test function (including any marks) up to the failed line is displayed.
I believe this is the correct DX as it gives the entire context for the failure without having to jump back to the source code.
Screenshots: pytest vs pytest-rich
The text was updated successfully, but these errors were encountered:
Currently on test failures, the failed line is hightlighted +-3 lines. In the default pytest
TerminalRunner
, the entire test function (including any marks) up to the failed line is displayed.I believe this is the correct DX as it gives the entire context for the failure without having to jump back to the source code.
Screenshots: pytest vs pytest-rich
The text was updated successfully, but these errors were encountered: