Code lens for a test class run under unittest doesn't show overall results for methods #2382
Labels
area-testing
bug
Issue identified by VS Code Team member as probable bug
verified
Verification succeeded
Milestone
When you run a test class under pytest, the code lens for the class will display the overall result for the methods in the class:
But under unittest, that overall result isn't shown with the class code lens:
The text was updated successfully, but these errors were encountered: