Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logs output #1493

Closed
flibustenet opened this issue Oct 4, 2017 · 3 comments
Closed

logs output #1493

flibustenet opened this issue Oct 4, 2017 · 3 comments
Assignees
Labels

Comments

@flibustenet
Copy link

flibustenet commented Oct 4, 2017

When running :GoTest or :GoTestFunci 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 ?

@arp242 arp242 added the feature label Oct 4, 2017
@arp242
Copy link
Contributor

arp242 commented Oct 4, 2017

You can use the Neovim terminal if you use Neovim, but in Vim there isn't really a good way at the moment.

@bhcleek
Copy link
Collaborator

bhcleek commented Nov 21, 2017

@flibustenet I believe #1513 at least partially addresses this. It won't show the RUN, PASS, FAIL entries, but it will show the "testing.T".Log lines.

@sashomasho
Copy link

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.

@bhcleek bhcleek closed this as completed Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants