swellaby / vscode-rust-test-adapter

Rust Test Explorer extension for VS Code
MIT License
56 stars 10 forks source link

Test does not work with integration tests #349

Open ZA0068 opened 1 year ago

ZA0068 commented 1 year ago

The test UI cannot find the test file and will not show the test modules.

please fix it otherwise drop this.

Ill uninstall this useless extension until I see an update, no, an overhaul.

fightling commented 10 months ago

I use a separate module 'tests' in the root of the project and which is not included into the main project by using 'mod' and 'TestExplorer' is showing me these tests correctly. So I cannot reproduce this problem.

kanpov commented 4 months ago

I use a separate module 'tests' in the root of the project and which is not included into the main project by using 'mod' and 'TestExplorer' is showing me these tests correctly. So I cannot reproduce this problem.

I use tests as well, test explorer doesn't show any of them (as in integration tests)

kanpov commented 4 months ago

May have something to do with me using tokio async tests, may not (but even so, tokio async tests need to be supported)