hbenl / vscode-test-explorer

The VS Code Test Explorer extension
MIT License
215 stars 55 forks source link

Organize by folder hierarchy #189

Open wackazong opened 3 years ago

wackazong commented 3 years ago

I see all my test .py files in a flat list in the explorer. Is it not possible to show them organized by the folders they are in? I tried to sort by location but that does not add the folder hierarchy.

AlexHaxe commented 3 years ago

that's something Python test adapter needs to implement. there is an open issue with some progress: https://github.com/kondratyev-nv/vscode-python-test-adapter/issues/155. you might want to join their discussion.