fredrikaverpil / neotest-golang

Reliable Neotest adapter for running Go tests in Neovim.
MIT License
57 stars 5 forks source link

feat: initial gotestsum support and larger refactoring #81

Closed fredrikaverpil closed 1 day ago

fredrikaverpil commented 2 days ago

image

This is just me playing around with using gotestsum so output is readable when attaching to long-running test (hotkey a in the test summary window), like an entire test suite.

This can allow nice output to be shown (when attached) as tests are running. Under the hood, neotest-golang will still parse the JSON output.

To do: