-
As per https://github.com/nvim-neotest/neotest/issues/59#issuecomment-1243266603. See existing examples in other adapters.
-
Hi. I'm [trying to create](https://github.com/thenbe/neotest-playwright/pull/1) multiple `position`'s for a test in `build_position`, but I ran into an issue.
If I don't include a range for the chi…
-
**NeoVim Version**
NVIM v0.9.0-dev-2887+g234b8c5f3
NVIM v0.8.1 and v0.7.0
**Describe the bug**
When opening a neotest window or running neotest, an `attempt to yield across C-call boundary` erro…
-
I have a mapping to run my Neotest test suite:
```lua
function()
local neotest = require("neotest")
for _, adapter_id in ipairs(neotest.run.adapters()) do
neotest.run.run({ suite = true…
-
Hey, I know this might be self explanatory, but hear me out ;)
So let's say I have the following folder structure:
```
test_py
├── main.py
├── test_bar.py
└── test_foo.py
```
If I open e…
-
**NeoVim Version**
0.8.0
**Describe the bug**
After running `neotest` in Rust files, using `vim.lsp.format()` will result in error:
```
[null-ls] error in formatting handler: /usr/share/nvim/ru…
-
When I use the default config, I only see the square symbol for each test, even if I haven't run the test, it succeeded, it failed, etc.
![image](https://user-images.githubusercontent.com/2674336/191…
-
**NeoVim Version**
0.8.0 but also latest nightly
```
NVIM v0.9.0-dev-213+gcc5b7368d
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compilation: /Applications/Xcode_13.2.1.app/Contents/Develop…
-
**NeoVim Version**
```
NVIM v0.9.0-dev-213+gcc5b7368d
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compilation: /Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolch…
-
First of all, thanks for working on neotest! I'm looking for the right workflow(s), also peeking at other established editors.
I think it would be be helpful if the output consumer, optionally, can…