You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also would like to see test output (maybe like GoRun works). I'm new to go-vim and maybe I'm missing something, but for example sometimes tests are used to debug a problem and one can put a print here and there to see what's going on, and exiting from vim just to run the test and see a log sounds counterproductive.
When running
:GoTest
or:GoTestFunc
i would like to see the logs.I tried with
:GoTest -v
but it doesn't change.Maybe there is an other way to develop tests than to see the logs at each step ?
The text was updated successfully, but these errors were encountered: