solargraph_test_coverage
A Solargraph LSP Diagnostic plugin that runs your unit tests in the background and reports line and branch coverage in your text editor. (by deepdivr)
vim-ultest
The ultimate testing plugin for (Neo)Vim (by rcarriga)
solargraph_test_coverage | vim-ultest | |
---|---|---|
1 | 13 | |
7 | 385 | |
- | 0.0% | |
0.0 | 0.0 | |
over 3 years ago | about 2 years ago | |
Ruby | Python | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
solargraph_test_coverage
Posts with mentions or reviews of solargraph_test_coverage.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-18.
-
Make live unit testing work in Neovim and you will have my undying appreciation.
It's for ruby, but you can check out how I did it: https://github.com/deepdivr/solargraph_test_coverage
vim-ultest
Posts with mentions or reviews of vim-ultest.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-06.
-
neotest: A modern, powerful testing plugin
How about https://github.com/rcarriga/vim-ultest ?
-
Your lualine custom features
I have one that's half working for ultest. I haven't bothered to get the colors right.
-
FAVOURITE PLUGINS
vim-test & vim-ultest (also essential for work)
-
Debugging in NeoVim
Vim-UltestHelps to debug quickly and easily
- Gathering suggestions for testing/tasks-running plugins
- Make live unit testing work in Neovim and you will have my undying appreciation.
-
debugpy.nvim: Command and API frontend to nvim-dap and Debugpy (debugging Python)
But I haven't yet set up anything properly other than Debugpy. nvim-dap is very barebones, so I feel that the best way is to have an extra configuration plugin on top. Debugpy.nvim is a very specific frontend plugin, but there are also more general plugins like nvim-metals and vim-ultest which also offer integration with nvim-dap.
-
What's the best tool for testing?
Love seeing my plugins in the wild! Just FYI for anyone reading vim-ultest has an integration with nvim-dap which allows you to write debugging configs for any language and debug tests. There are currently recipes for python and go but I'd love to see more added! https://github.com/rcarriga/vim-ultest/wiki/Debugging-Recipes
-
Populate quickfix from a tmux pane
Another thing I use for tests is https://github.com/rcarriga/vim-ultest which allows running the test and seeing the output inside vim, which works quite nice once I have narrowed down the test file that has the failing test.
- Java/Kotlin developers that use NeoVim as their main IDE, recommendations to someone that uses Intellij IDEA for java-dev but nvim for the rest?
What are some alternatives?
When comparing solargraph_test_coverage and vim-ultest you can also consider the following projects:
efm-langserver - General purpose Language Server
vim-test - Run your tests at the speed of thought