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
I clicked on a test failure in the test explorer and it navigated to the test function telling me about the failed test assertion. It should instead directly go to the failed assertion. When directly going to the failed assertion there is no need for duplicating the test's code in the zone widget (without syntax highlighting).
The text was updated successfully, but these errors were encountered:
Agree with this as there are feature improvements possible in the error pop-up. Right now we take the information output by pytest for the specific test and return it directly in this section. Would be great if there was more sophistication to not duplicate information etc
eleanorjboyd
changed the title
Click on test failure should go to failed assertion
Improve error popup for test failures- go to assertion and don't duplicate test code
Dec 4, 2024
Testing #24505
I clicked on a test failure in the test explorer and it navigated to the test function telling me about the failed test assertion. It should instead directly go to the failed assertion. When directly going to the failed assertion there is no need for duplicating the test's code in the zone widget (without syntax highlighting).
The text was updated successfully, but these errors were encountered: