GoTestExplorer icon indicating copy to clipboard operation
GoTestExplorer copied to clipboard

Could not find tests / go-outline is missing

Open Sammyjroberts opened this issue 1 year ago • 3 comments

image

I have attempted reinstalling go, go-pls, dlv, etc. With no luck. Whenever I try to use the test runner I get the above error.

Google searching has not helped, trying to install go-outline hasn't worked either.

Sammyjroberts avatar Dec 29 '24 10:12 Sammyjroberts

Hello, i have the same issues, but i've managed to make it work. try:

go get github.com/lukehoban/go-outline
go install github.com/lukehoban/go-outline

after that, try to save the test file then refresh the extension

mcgalih avatar Jan 14 '25 16:01 mcgalih

Could not find test (no symbols matching) 装了go-outline,还出现这个错误

Curl-Ni avatar Mar 26 '25 08:03 Curl-Ni

Hello, i have the same issues, but i've managed to make it work. try:

go get github.com/lukehoban/go-outline
go install github.com/lukehoban/go-outline

after that, try to save the test file then refresh the extension

Yes, this work case. Thanks!

xQT5-ui avatar May 06 '25 05:05 xQT5-ui