Skip to content
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

how to get started / find the right testing panel? #317

Open
dcsan opened this issue Oct 31, 2024 · 0 comments
Open

how to get started / find the right testing panel? #317

dcsan opened this issue Oct 31, 2024 · 0 comments

Comments

@dcsan
Copy link

dcsan commented Oct 31, 2024

I've installed the extension but can't find the panel view.

the MS provided python extension constantly fails to discover tests, but I can't seem to access the panel for this little Fox one -0 even though I'm sure I have seen it before.

this is what I see in the >View: Show Testing

image

whereas I think I need to see this test explorer

image

from your docs which is this extension
https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer

I used to see both panels (on a previous VS code version) but unable to find it now.

I tried doing this to disable the MS built in crap

    // disable the default MS python testing framework
    "python.testing.unittestEnabled": false, 
    "python.testing.nosetestsEnabled": false,
    "python.testing.pytestEnabled": false,
    "pythonTestExplorer.testFramework": "pytest", // (or unittest)

but can't see any overlays in the UI to trigger tests. discovery still fails I guess and now there is NO way to see how.

there should be some icons here:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant