ppparihar / GoTestExplorer

A Go Test Explorer for VS code (https://marketplace.visualstudio.com/items?itemName=premparihar.gotestexplorer)
46 stars 8 forks source link

Question - Test All #28

Closed hossta closed 3 years ago

hossta commented 3 years ago

Hello - With the new release 0.1.12, I'm just wondering if anyone has had problems running the Test All and individual tests from the Go Test Explorer menu. The test shows the busy circle icon, but the tests never complete. I downgraded to the previous version of Go Test Explorer, and the Test All completes okay. Thanks for any thoughts on this question.

nirmalpatel94 commented 3 years ago

@hossta saw the same issue on my machine

ppparihar commented 3 years ago

@hossta and @nirmalpatel94 thank you for reporting here. Do you see any error on the console?

hossta commented 3 years ago

Thank you @nirmalpatel94 and @ppparihar for the comments. Thanks for the question. I do not see any error on the debug console. I did notice this message is missing. The message indicating it is running is not in the Output panel: "Running tool: c:\go\bin\go.exe test ...

ppparihar commented 3 years ago

It has been fixed as part of v0.1.13 release.

hossta commented 3 years ago

@ppparihar Thank you so much!