Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code lens for a test class run under unittest doesn't show overall results for methods #2382

Closed
brettcannon opened this issue Aug 13, 2018 · 5 comments · Fixed by #16769
Closed
Labels
area-testing bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@brettcannon
Copy link
Member

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:

capture

But under unittest, that overall result isn't shown with the class code lens:

capture

@brettcannon brettcannon added bug Issue identified by VS Code Team member as probable bug needs PR area-testing labels Aug 13, 2018
@brettcannon
Copy link
Member Author

/cc @ElaineDi

@zhouwangyang

This comment has been minimized.

@brettcannon

This comment has been minimized.

@zhouwangyang

This comment has been minimized.

@kimadeline
Copy link

Fixed by #16769, we don't have code lenses anymore:

image

@kimadeline kimadeline added the verified Verification succeeded label Jul 29, 2021
@karthiknadig karthiknadig added this to the August 2021 milestone Aug 5, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-testing bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants