fredrikaverpil / neotest-golang

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

Warn if test was not executed #42

Closed fredrikaverpil closed 1 week ago

fredrikaverpil commented 1 week ago

This can happen if you e.g. are using testify. Fixes #40.

Demo

https://github.com/fredrikaverpil/neotest-golang/assets/994357/7d17e740-8594-4595-a327-6ca9d3d4352e

fredrikaverpil commented 1 week ago

@jstensland thanks for testing (and thanks for reporting!) I'll merge this shortly together with some other minor improvements.