question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does not expand top level directory in test explorer

See original GitHub issue

Environment 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

image

Actual behaviour

image

Steps to reproduce:

  1. 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:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
karthiknadigcommented, May 22, 2019

This is what i see with 2019.5.16299-rc: image

0reactions
karthiknadigcommented, Oct 21, 2021

We don’t control this behavior any more. This should be a setting on VS Code.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found