vim-ultest
vim-test


vim-ultest | vim-test | |
---|---|---|
13 | 40 | |
385 | 3,046 | |
0.3% | 1.0% | |
0.0 | 6.7 | |
about 2 years ago | 6 days ago | |
Python | Vim Script | |
MIT License | MIT License |
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.
vim-ultest
-
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?
vim-test
-
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?
nvim-dap-python - An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.
vim-dispatch - dispatch.vim: Asynchronous build and test dispatcher
vim-test - Run your tests at the speed of thought [Moved to: https://github.com/vim-test/vim-test]
nvim-lua-guide - A guide to using Lua in Neovim
neotest - An extensible framework for interacting with tests within NeoVim.
nvim-dap-ui - A UI for nvim-dap
telescope-dap.nvim - Integration for nvim-dap with telescope.nvim
neovim-remote - :ok_hand: Support for --remote and friends.
NvChad - Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.
fswatch - A cross-platform file change monitor with multiple backends: Apple macOS File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.

