-
When I first type nm key to start test ,it show errers:
```
E5108: Error executing lua ...re/nvim/site/pack/packer/start/neotest/lua/nio/tasks.lua:95: Async task failed without callback: The coro…
-
Hello there!
I'm trying to implement a new runner for javascript/typescript for the test framework Mocha. Currently, I use the [`neotest-jest`](https://github.com/haydenmeade/neotest-jest) for othe…
-
it.each([...])(...)
-
The env setting defined in adapter settings is not used when running the get_config function in playwright.ts. This means that if any env vars are required inside the detected playwright conf file, th…
-
### Describe the bug
Nvim tree-sitter doesn't work in neotest plugin [adapter](https://github.com/nvim-neotest/neotest-go):
> query: invalid structure at position 1288 for language go
s…
-
### Problem
![image](https://github.com/Issafalcon/neotest-dotnet/assets/78646870/8099db84-a47d-4169-a097-b27ee7a1c018)
The error which is thrown in the assertion, is showing beside the `[Fact]` a…
-
### :world_map: Background
I just setup elixir in neovim. Running tests with neotest works but debugging isn't working yet. I have test debugging working for C# but I'm guessing my dap setup could be…
-
I have the program
```python
import helper
helper.hello_world()
```
And the pytest test:
```python
import helper
def test_hello_world(capsys):
# Capture stdout using capsys
…
-
Currently the adapter relies on the gradle installation available in `PATH`.
Since Gradle has quite a few breaking changes between major releases, their recommendation is to run the Gradle Wrapper us…
-
Every time there is a wrong expectation in the test, it will highlight on a wrong line. From what I noticed, it always highlights on the first line of the test/example. The correct behavior should hig…