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
Environment data
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: