nvim-neotest / neotest

An extensible framework for interacting with tests within NeoVim.
MIT License
2.29k stars 114 forks source link

[BUG] Files containing no tests shouldn't show up in summary #395

Open igorlfs opened 5 months ago

igorlfs commented 5 months ago

NeoVim Version Output of nvim --version NVIM v0.10.0-dev-2964+gf190f758ac Build type: RelWithDebInfo LuaJIT 2.1.1702233742

Describe the bug Some adapters can return files containing no tests, but they still show up in the summary window. This can lead to unexpected behavior, see this issue. In particular, see this discussion for why this should be supported out of the box.