What's the best tool for testing?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. vim-ultest

    The ultimate testing plugin for (Neo)Vim

    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

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. vim-test

    Run your tests at the speed of thought

    I use vim-ultest, which builds upon vim-test (you need them both). Works pretty nicely, I don't know if it's the best solution there is, but it's good enough for me.

  4. nvim-dap

    Debug Adapter Protocol client implementation for Neovim

    Running the test is easy, debugging the test is what's really interesting. I use nvim-dap (with nvim-dap-ui for a nice UI) as a generic debugger client. Then I need some code which can find the test nearest to the cursor and I can instruct my debugger to run that test function. How to pull that off depends highly on your programming language, but for Python there is nvim-dap-python which solves the problem using Tree Sitter.

  5. nvim-dap-ui

    A UI for nvim-dap

    Running the test is easy, debugging the test is what's really interesting. I use nvim-dap (with nvim-dap-ui for a nice UI) as a generic debugger client. Then I need some code which can find the test nearest to the cursor and I can instruct my debugger to run that test function. How to pull that off depends highly on your programming language, but for Python there is nvim-dap-python which solves the problem using Tree Sitter.

  6. nvim-dap-python

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

    Running the test is easy, debugging the test is what's really interesting. I use nvim-dap (with nvim-dap-ui for a nice UI) as a generic debugger client. Then I need some code which can find the test nearest to the cursor and I can instruct my debugger to run that test function. How to pull that off depends highly on your programming language, but for Python there is nvim-dap-python which solves the problem using Tree Sitter.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Build and run in one task using asynctasks.vim

    4 projects | /r/neovim | 5 Jul 2023
  • Is anyone using VIM full-time for PHP/Laravel projects?

    5 projects | /r/laravel | 14 Apr 2023
  • looking for help - debug typescript

    3 projects | /r/vim | 7 Jan 2023
  • Let the IDE wars, uh, continue!

    15 projects | /r/ProgrammerHumor | 29 Oct 2022
  • Vim After 15 Years

    6 projects | news.ycombinator.com | 26 Oct 2022