gotestyourself / gotestsum

'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results.
Apache License 2.0
1.99k stars 118 forks source link

Warn on foo.go~ when using --watch #404

Closed jhoffmann closed 1 month ago

jhoffmann commented 2 months ago

I have to assume this is a result of my Neovim running a formatter and imports checker on save, but is there any way to have gotestsum skip these messages?

image

dnephin commented 1 month ago

Hello! It looks like this was fixed back in #371, but there has not been a release since then. I'll create a release now.

dnephin commented 1 month ago

Should be fixed in https://github.com/gotestyourself/gotestsum/releases/tag/v1.12.0 !