-
My full Neotest config:
```lua
require('neotest').setup({
discovery = { enabled = false },
adapters = {
require('neotest-plenary'),
require('neotest-rust'),
require('neotest-j…
-
### Description
When specifying icons (e.g. Nerd Fonts) to be displayed on the terminal, avoid using Unicode characters that are outside of private use area.
https://github.com/glepnir/lspsaga.nvi…
-
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…
-
Is there a way to do this? I couldn't figure out a way reading `:h neotest.Config.summary.mappings`.
-
`require('neotest').summary.open()` is really cool.
It would be even cooler if pressing `` on a test name would jump your cursor to that test in the main buffer.
-
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…
-
fe5fbe4e344fd1e822eee50d907ebd7aab031d54 breaks test discovery for projects installed with `pip install -e .`. I did not test yet if it also breaks without `-e`. If you want I can set up a repo with a…
tbung updated
2 years ago
-
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…
-
Hi! This project looks super cool and it looks like it's brand new! Super excited to try it out. I've run into an issue when running it, so I thought I'd post here :)
```
❯ rustc --version
rustc …
-
When I set `output.open_on_run = true`, I expected Neotest to open the output window after running a test, even if the test passes, but no window opened. Is this expected behavior?
This is my Neote…