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-test
Run your tests at the speed of thought (by vim-test)
solargraph_test_coverage | vim-test | |
---|---|---|
1 | 40 | |
7 | 3,070 | |
- | 0.7% | |
0.0 | 6.6 | |
over 3 years ago | 26 days ago | |
Ruby | Vim Script | |
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-test
Posts with mentions or reviews of vim-test.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-06.
-
Am I this bad?
If you need inspiration, you can use vim-test as a reference. It's the Vim equivalent of neotest, written in Vimscript (doesn't support tree-sitter and diagnostics).
-
Neovim is the most "admired" editor. - Stackoverflow Survey 2023
My plugin NeoTerm.lua supports "run test at cursor" out of the box with vim-test, i.e. zero configuration.
-
tests runner for neovim
Vim test is great, supports a lot of frameworks and is easy to extend (with vi script) https://github.com/vim-test/vim-test
-
How to run tests from neovim pane to tmux pane using vim-test?
I am trying to set up the popular vim-test (https://github.com/vim-test/vim-test) plugin so that when I run tests they run on a tmux pane. vim-test uses a default strategy of running the tests via neovim’s built-in terminal. They also support many strategies which include running on a tmux pane.
-
Elixir-ls with test lenses!
I use https://github.com/vim-test/vim-test runs tests in a lot of languages. Very fast and clean output.
-
Neovim config from scratch (Part II)
vim-test run your test with a simple mapping. Works with rSpec and Minitest (and dozens other languages)
- share some useful native vim plugins you use.
- vim-test now supports Nim
-
Is there a port or equivalent to vim-test for evil-mode?
I've made the move from vim to Emacs with Evil-mode for a little while now, but still miss https://github.com/vim-test/vim-test. I wonder if there's a port for evil-mode or if you know of something closer to it you can recommend. Thanks
-
I contributed to (mostly) 14 top-rated Neovim color schemes. Here are some observations
One project that does a fantastic job on these two points is https://github.com/vim-test/vim-test Both adding new execution environments and test-runners can be done with minimal fuzz. Only thing is I would like a tutorial of how to add a new runner.
What are some alternatives?
When comparing solargraph_test_coverage and vim-test you can also consider the following projects:
efm-langserver - General purpose Language Server
neotest - An extensible framework for interacting with tests within NeoVim.