-
**NeoVim Version**
$ nvim --version
NVIM v0.8.0-dev-2317-g5e98a4187
Build type: Release
LuaJIT 2.1.0-beta3
**Describe the bug**
After setup in init.vim, setting colorschema will remove highl…
-
### Describe the feature
Recently in Metals we added support for [test discover](https://github.com/scalameta/metals/pull/3277) so that we could support the [VS Code Testing API](https://vscode.tra…
-
**NeoVim Version**
NVIM v0.8.0-dev-827-gb6a963bde
**Describe the bug**
When running jest parametrised tests as run whole file, plugin marks passed tests as failed, see:
![image](https://user-ima…
-
Hey! I just started looking into the Neotest library and was about to start working on an elixir adapter for it. Figured I'd do a search and found you had just begun one!
I'd love to help out, what…
-
hey, thank you so much for this project, I'm so excited!!!
i'm wondering if there is an easy way for it not to depend upon omnisharp being attached to the buffer? with .fs files it wont trigger to …
-
I want to implement in [neotest-jest](https://github.com/haydenmeade/neotest-jest/issues/2) the possibility to capture and interpolate [dynamic tests](https://jestjs.io/es-ES/docs/api#testeachtablenam…
-
I'm not quite sure if this is reproducible in other machines.
## Reproduction
Install .NET 7 SDK
```
dotnet new xunit -n IssueRepro
```
Run `IssueRepro.UnitTest1.Test1`
## Expected be…
-
Hey I've been starting to try out neotest a little bit, thanks for making an rspec adapter.
I noticed just now that if you have a blockless `it` for a pending test, it seems to break everything. No…
-
When I run C# tests, it says that they are all incorrect.
If I show the output, it says that the tests are correct.
Could it be a language issue? `dotnet` is showing the results in Spanish.
![i…
-
When using neotest to test an entire file, these tests are run in parallel however in some cases, e.g. in a Golang test suite with multiple test cases each depending on creating and cleaning up a data…