-
I'm working on a [Neotest plugin for Rust](https://github.com/rouge8/neotest-rust/blob/833255157eb5c48a8b824d084b5088f617ca687d/lua/neotest-rust/init.lua) and I've gotten it to the point where it can …
-
Helllo,
I've been trying to use neotest with Lunarvim, but is showing this error message every time. Apart from this error message the plugin seems to work just fine, it shwos the test results on …
-
**Describe the bug**
I'm not positive this is a bug and it might just be user error, but I'm running kitty with `--debug-font-fallback` and instead of showing me the unicode codepoint, it's showing `…
-
Hello. I'm not sure what might have changed, but the plugin seem not to be working anymore. I'm seeing the following error when I try and run `:lua require('neotest').run.run()` on an Rspec file:
`…
-
Consider the following test:
```python
@pytest.mark.slow
def test_foo():
assert True
```
We can deselect this test using the following command:
```bash
pytest -m 'not slow' tests
``…
-
Hi,
Very curious about using this. However I cannot seem to make it work. Always receiving `No tests found`
I have a composer(laravel) project with `phpunit.xml` and `composer.json` in the root.…
-
`lua require("neotest").output.open({ enter = true })` after running a test does not seem to work
It works with the `neotest-vim-test` adapter but not this one
-
I'm still using **coc.vim** language server but planning to migrate to the native NeoVim language server inshallah.
Why do we need **lsconfig** to be able to use this plugin?!
![image](https://use…
-
Hi @rcarriga,
Now you've created the neotest organization, I'd be happy to move this repo under that umbrella, although I'd like to maintain access, so I can keep iterating on it. Not sure how priv…
-
I've attempted to follow the instructions to install neotest for running python unittest tests:
```
call plug#begin('~/.config/nvim/plugged')
Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-treesitter/n…