-
Hi there, migrating from vim-ultest and I'm stricken with the following error when calling `lua require('neotest').run.run()`:
Here's my current config:
```
use {
'nvim-neotest/…
-
From discussion in #27: this is because pytest returns a different internal representation of the traceback based on the `--tb` setting.
-
Hello :) , thanks again for this nice plugin!
I have the following question: Is it possible to change neotest's diagnostic highlighting of errors, without applying the same highlighting also for al…
-
**NeoVim Version**
NVIM v0.9.0-dev-2756-geb123b565
neotest: 7e73ba5
**Describe the bug**
When running neotest via DAP (Debugger Adapter Protocol), the output prints at the REPL widget rather…
-
I make heavy use of parameterised tests: a diagnostic message telling me the line causing the failure for one of many test instances isn't especially useful. It would be good to prefix(/otherwise atta…
-
I have a dead-simple Rust project with a single test file in `tests/poker.rs`. `cargo nextest` runs the tests just fine. When I run `:lua require("neotest").run.run(vim.fn.expand("%"))`, I get:
```…
-
**NeoVim Version**
Output of `nvim --version`
```
NVIM v0.8.0-1210-gd367ed9b2
Build type: Release
LuaJIT 2.1.0-beta3
```
**Describe the bug**
The "unknown" status is missing in the list of…
-
### Description
If I revert to [`72540852ca`](https://github.com/catppuccin/nvim/commit/725408) then startup hash comparison and compilation works correctly, in that it produces the same hash every…
-
**Describe the bug**
For some symbols, jumping directly to them seemingly just does not work depending on where I am positioned in the buffer. Note that the same thing happens when using `symbols-o…
-
### Describe the bug
`vim.treesitter` can't capture big number of nodes of one pattern. Fox example, if you have a Go test with more than 5 tables test cases, vim.treesitter starts skipping previou…