fredrikaverpil / neotest-golang

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

Add debug-level notification when package/test cannot be identified from test output #43

Closed fredrikaverpil closed 1 week ago

fredrikaverpil commented 1 week ago

This notification can be rather chatty in certain projects, so let's add a new dev-type option which can be used to enable it. The default is to have this disabled, as it will show in the test summary window that the test(s) were skipped.

The purpose of this notification is to try and catch bugs for when comparing a package/test from the go test test output with Neotest's position id.