vscode-rust-test-adapter icon indicating copy to clipboard operation
vscode-rust-test-adapter copied to clipboard

Test does not work with integration tests

Open ZA0068 opened this issue 1 year ago • 3 comments

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.

ZA0068 avatar May 25 '23 09:05 ZA0068

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.

fightling avatar Jan 17 '24 09:01 fightling

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 avatar Jul 06 '24 05:07 kanpov

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

kanpov avatar Jul 06 '24 05:07 kanpov