-
-
Notifications
You must be signed in to change notification settings - Fork 457
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be very nice, if coveragepy would support another view, which shows every line where an exception was (not) raised.
There are often lines, where a test case want to test the error handling and expects a exception to be raised which is not catched. This would help to verify that the line did raise an exception.
Similar to branch coverage, which is displayed in yellow, exception coverage could be printed in blue.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request