nvim-test icon indicating copy to clipboard operation
nvim-test copied to clipboard

A Neovim wrapper for running tests

Results 22 nvim-test issues
Sort by recently updated
recently updated
newest added

this excellent `repo` needs some `gifs` to be perfect

Hi, the one thing I am really missing at the moment, is to pass arguments to the test command on the fly. Using `pytest` for example, every now and then...

As we already discussed here https://github.com/klen/nvim-test/pull/12#discussion_r866711417 "TestFile" does not work for csharp and go tests. Did you have already some ideas how we could refactor to support that feature for...

Firstly, thank you for doing a great plugin for testing based on 100% Lua. It would be nice if you can add more languages like vim-test does, especially for Dart/Flutter....

Hi, First of all, awesome lib! :) It would be nice to have the possibility to define the command at runtime that should be used to run the tests. This...

Created dap term to be able to debug tests using DAP. I've only tested this using jest, but I guess could work with other runners.

Hello, I'm having a bit of a problem when trying to use rspec runner. I've noticed that your [default setup](https://github.com/klen/nvim-test/blob/main/lua/nvim-test/runners/rspec.lua#L4) is to just execute `rspec`. Although this causes some problems...

Hi, when I used this plugin I found a couple of bugs in dotnet implementation, mainly the unit tests where wrong because the commands that where assumed did not worked...

Hi, great plugin! A lot of times I need to compare the test output with some variables in the code and the float window get in the way. This simple...

This pull request enables [Ginkgo](https://github.com/onsi/ginkgo). It's very minimal but handy.