Does not expand top level directory in test explorer
See original GitHub issueEnvironment data
- VS Code version: 1.34.0
- Extension version (available under the Extensions sidebar): 2019.6.16302-dev
- OS and version: windows
- Python version (& distribution if applicable, e.g. Anaconda): 3.7
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): N/A
- Relevant/affected Python packages and their versions: pytest
Expected behaviour
Actual behaviour
Steps to reproduce:
- This is with
ptvsd
master
{
"python.pythonPath": "C:\\Python37\\python.exe",
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Args": [
"--ignore", "W,E24,E121,E123,E125,E126,E221,E226,E266,E704,E265,E722,E501,E731,E306,E401,E302,E222,E303,E402,E305,E261,E262",
"--exclude", "ptvsd/_vendored/pydevd"
],
"python.formatting.provider": "autopep8",
"python.formatting.autopep8Args": [
"--ignore", "W,E24,E121,E123,E125,E126,E221,E226,E266,E704,E265,E722,E501,E731,E306,E401,E302,E222,E303,E402,E305,E261,E262"
],
"python.autoComplete.extraPaths": [
"./src/_vendored",
"./src/_vendored/pydevd"
],
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pyTestEnabled": true,
}
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Visual Studio Test Explorer FAQ - Microsoft Learn
Refer to these frequently asked questions about Visual Studio Test Explorer, which include some common troubleshooting.
Read more >Visual Studio Test Explorer window will not open
In VS2012, Test Explorer has a bug in that the window doesn't get focus when you click Test > Windows > Test Explorer....
Read more >Working with the File Explorer in Windows 10 - Georgetown UIS
To display the Ribbon, click on one of the menu items at the top of File Explorer, or click on the Expand the...
Read more >Multi-root Workspaces in Visual Studio Code
You can open and work on multiple project folders in Visual Studio Code with multi-root workspaces.
Read more >Visual Studio Code | Metals - Scalameta
Next, open a directory containing your Scala code. The extension activates when the main directory contains build.sbt or build.sc file, a Scala file...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is what i see with 2019.5.16299-rc:
We don’t control this behavior any more. This should be a setting on VS Code.