-
This plugin works very well on linux, but does not work on windows, since the `pty` module does not work on windows according to python's official documentation(in fact, it does not work on windows at…
-
Hey, i'm getting the following error:
```
...in-neotest-java/lua/neotest-java/build_tool/compiler.lua:113: Error compiling sources: /home/qverkk/Documents/....PATH....java:12: error: package lombok …
-
Doing an update for neotest in [nixpkgs](https://github.com/NixOS/nixpkgs/pull/343814) and during testing with latest revision I'm seeing a bunch of these errors preventing it from working with my pro…
-
### Neovim version (nvim -v)
NVIM v0.11.0-dev-774+g3b54adc6c6
### Operating system/version
Arch Linux
### Describe the bug
When I open nvim with the minimal lua file I get:
```
Failed…
-
I was wondering how can I run my test with this plugin.
After installing `DapInstall php`, I try to run my test with `require("neotest").run.run({ strategy = "dap" })`. But I'm getting this error `…
-
### Have you read the docs and searched existing issues?
- [X] I have read [the README's troubleshooting guide](https://github.com/mrcjkb/rustaceanvim/blob/master/README.md#stethoscope-troubleshootin…
-
This is config for dap:
```lua
return {
{
"rcarriga/nvim-dap-ui",
dependencies = "nvim-neotest/nvim-nio",
event = "VeryLazy",
config = function()
local dap …
-
### Did you check docs and existing issues?
- [X] I have read the [documentation](https://github.com/fredrikaverpil/neotest-golang/blob/main/README.md).
- [X] I have searched the existing [issues]…
-
I really appreciate you open-sourcing your efforts, I used to use the previous a lot and planning to port to this one, but I noticed two commits that I rely on aren't part of this repo, what do you th…
-
## Feature description
One of the features I'd love to see in NeoVim is a nice looking test runner that works with multiple languages/frameworks and is well integrated with the rest of the editor. …