-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Support the Test activity bar view #193
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
Comments
microsoft/vscode#9505 suggests that VS Code is looking into providing a generic test explorer that we would plug into. Until that issue is resolved we would rather hold off on implementing our own solution. |
Given microsoft/vscode#9505 (comment), it looks like there will not be a generic VS Code test explorer any time soon :-(, so perhaps this issue should be reopened. |
After discussing this we've decided we don't want to pursue it as we currently don't want to clutter the left-hand sidebar. We are planning at some point to take a holistic look at testing and we will consider this when we do that. |
@brettcannon |
We should definitely see if we can drop our test status bar when we implement this. |
Not sure we should do that. |
On the other hand the status bar is pretty crowded for projects using more than one language. I'd like to see an option to only see the test output in the test viewlet (hoping that errors would be displayed using a badge similar to the one used by the SCM icon). |
This work is underway. The work is as follows, and this issue can serve as a 'meta-issue' to track the completeness of v1 of the feature. The work list is as follows:
|
From @DonJayamanne on October 2, 2017 21:40
Make use of the explorer view in VS Code to display the unit tests
(FYI - I've justed edited the image from an older issue - https://github.com/DonJayamanne/pythonVSCode/issues/236#issuecomment-237812891)
Copied from original issue: DonJayamanne/pythonVSCode#1262
The text was updated successfully, but these errors were encountered: