runes.nvim icon indicating copy to clipboard operation
runes.nvim copied to clipboard

Lua test framework for neovim plugins

Results 4 runes.nvim issues
Sort by recently updated
recently updated
newest added

Additionally, command might close neovim with error on tests failing (`:cq`) and successfully if all tests pass (`:q`).

enhancement
next-milestone

So then it might be easier to structure test specs around.

enhancement
next-milestone

To give more flexibility, it might be interesting to write the report to an interactive buffer.

next-milestone

Current report function writes only to messages. We should be able to write some output file for humans to read and/or for systems to work on, i.e. [junit XML format](https://llg.cubic.org/docs/junit/)....

next-milestone