-
Hi,
I tried setting this up this plugin for lua testing, but I'm not able to make it work. I'm gettings this error:
```
Error executing luv callback: …
-
Is there a command to run the entire test suite of a project?
-
Anyone work on this Adapter?
-
Hey thanks for this plugin, looks like it will be awesome.
I have using the vim-test adapter and when running my jest tests, even if I write failing tests they show as passing when I run them with …
-
Could you please provide a quick example of how to use the summary window mappings?
The help file lists a table of mappings but I don't know how to trigger/map them properly.
I've tried `lua req…
-
When a file and a directory within the same directory have the same name(excluding the file's extension) neotest flattens the tree.
With this file tree:
```
src
├── mod_a
│ ├── mod_b
│ │ …
Bahex updated
2 years ago
-
Hi, just wondering whether it is possible to do something like this from vim-ultest?
```vim
nmap ]t (ultest-next-fail)
nmap [t (ultest-prev-fail)
```
Also, not sure what the highlight group i…
-
Hey 👋🏾
I'm a long time `vim-ultest` user and starting to try out `neotest` and adapt everything to how it was before (mostly). One thing that is "missing" is the option to display the test status …
-
Found you on [reddit](https://www.reddit.com/r/neovim/comments/v6a8ub/neotest_a_modern_powerful_testing_plugin/). Thanks a lot for working on this.
I'm a big fan of testing and debugging, too. I've…
-
Hello,
The user manual has several problems:
- pressing `gO` opens an empty location list
- the manual does not follow the format as outlined in `help-writing`
- missing topics, e.g. how to cr…