forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-testingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugregressionBug didn't exist in a previous releaseBug didn't exist in a previous releaseverifiedVerification succeededVerification succeeded
Milestone
Description
Environment data
- VS Code version: 1.39.0
- Extension version: 2019.10.41019
- OS and version: Ubuntu 19.04
- Python version: python 3.7.3
- Type of virtual environment used: N/A
- Relevant/affected Python packages and their versions: unittest
- Jedi or Language Server?: Jedi
Expected behaviour
Hovering over a project in the unit test view of a multi-root workspace shows a Discovery button as in the following screenshot for the previous version of the extension:
Actual behaviour
In the new version that's not the case anymore. Maybe it's related to this #7859 regression in the unit test feature.
Steps to reproduce:
- Create a multi-root project
- Add some tests to each project
- Set the testing framework to unittest
- Hover over one of the projects as in the screenshot
Metadata
Metadata
Assignees
Labels
area-testingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugregressionBug didn't exist in a previous releaseBug didn't exist in a previous releaseverifiedVerification succeededVerification succeeded