-
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…
-
I have the following command bound to a key to run all tests in my project:
```lua
require('neotest').run.run(vim.fn.getcwd())
```
This works fine but I have some slow tests in my test suite a…
-
Hi and first of all thank you for working on this project!
I can't wait until it is completely finished.
I integrated your plugin in my neotest but always encounter the same problem, that it do…
-
@all-contributors please add @shiradofu for #1
-
**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 `…
-
I just tried the plugin and really like it, doesn't have flickering issues like the previous plugin I was using. However the look of the floating is kind of strange, I used to have options like: `focu…
-
Hey @haydenmeade,
Just like to say good work on this, just letting you know I have forked this and made some modifications to work with Vitest
https://github.com/KaiSpencer/neotest-vitest
May…
-
When I look at the test output, I expect to see human-friendly information about the test (and any failures): https://github.com/nvim-neotest/neotest#output-window
Instead, I see human-unfriendly J…
-
It wasn't super clear what needs to be done for this.
I tried to `vim.diagnostics.config({ neotest = true })` but that didn't actually end up showing failures in the virtual text...
-
When viewing the output of a test result using:
`require("neotest").output.open({ enter = true })`
(all other settings for the plugin are default, so this opens in a floating window)
Sometimes, t…