Cannot group test explorer by workspace in multi-root workspace #22125
Replies: 3 comments 2 replies
|
Could you provide your folder structure? What you are saying is the folder above the testing folder for each workspace is not being shown so you can't distinguish between the two right? |
1 reply
|
Hi! If you remove the references to the rootdir in the pytest args and |
1 reply
|
create this issue to track this as it is a feature request I would like to implement in the future: #22168. Closing this discussion in favor of this issue since our tracking around work items is done through issues. Thanks |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am trying to reproduce #20345 with two python package, each with their own tests folder.
But with the configurations below I get the same result as @claudius-kienle.
Did I miss something?
WSL Remote settings :
{ "python.experiments.optInto": [ "pythonTestAdapter", ] }Workspace settings :
{ "python.testing.pytestArgs": [ "--rootdir", "${workspaceFolder}/tests" ], "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, "python.testing.cwd": "${workspaceFolder}/tests", }All reactions