Open
Description
Currently when there is an error during test collection an item is added to the test explorer tree describing an error occurred and to find the reason in the output panel. A few things:
bugs:
- if you don't reload the window after fixing the error the error node will still exist
feature requests:
- a way to click on the error and have it bring you to the output where the error is printed Improve python test discovery error reporting #19978 and [Pytest] Add an inline error indicating the location in code where test discovery failed #19401
- a more prominent display that an error occurred (dependent on community feedback) Show Notification when Pytest Discovery Fails #21874 and tests are not configured after reloading the window #22093
- a opt-in pop up when discovery fails: Show Notification when Pytest Discovery Fails #21874
