vim-pudb VS vim-test

Compare vim-pudb vs vim-test and see what are their differences.

vim-pudb

Manage pudb breakpoints directly from vim (by KangOl)

vim-test

Run your tests at the speed of thought (by vim-test)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
vim-pudb vim-test
1 40
21 2,902
- 0.8%
0.0 7.5
almost 2 years ago 10 days ago
Vim Script Vim Script
- -
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.

vim-pudb

Posts with mentions or reviews of vim-pudb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-05.
  • IDE Similar to PyCharm for Work
    13 projects | /r/Python | 5 Oct 2021
    For debugging, I highly recommend pudb, it's a pure python TUI debugger, which uses a lot of Vim bindings. Run it in a :terminal session. To integrate with vim, you can use KangOl/vim-pudb with pudb debugger, though I would recommend a branch with some bug fixes: lieryan/vim-pudb.

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.

What are some alternatives?

When comparing vim-pudb and vim-test you can also consider the following projects:

Python-mode - Vim python-mode. PyLint, Rope, Pydoc, breakpoints from box.

nvim-lua-guide - A guide to using Lua in Neovim

jedi - Awesome autocompletion, static analysis and refactoring library for python

nvim-dap-ui - A UI for nvim-dap

vim-pudb - Manage pudb breakpoints directly from vim

nvim-dap - Debug Adapter Protocol client implementation for Neovim

coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

vim-dispatch - dispatch.vim: Asynchronous build and test dispatcher

vim-textobj-python - Text objects for Python.

nvim-dap-python - An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.

vim-textobj-indent - Vim plugin: Text objects for indented blocks of lines

python-lsp-server - Fork of the python-language-server project, maintained by the Spyder IDE team and the community