-
Hello,
here is my config settings with `neotest`:
basically default settings
```lua
require("neotest").setup({
adapters = {
require('neotest-vitest'),
…
-
First of all, thanks a lot for this adapter. I was about to make it myself before I found this :)
In some cases, I have projects with test file patterns other than "spec" and "test". It would be gr…
-
Hi, is it possible to retrieve a table of informations to be displayed in custom statuslines?
something like:
```lua
local function my_neotest_statuline_component()
local dict = require'neot…
-
I see some strange behavior in the test output popup. When I open it from the test file it cuts text that does not fit to popup:
But when I open it form test summary split it does not cut text when…
-
Hello
Thank you for this awesome adapter.
I'm trying to integrate it into my workflow and here is the error I've found.
Steps to reproduce:
* install elixir, erlang and asdf
*
```
$ asdf …
-
In https://github.com/nvim-neotest/neotest-python/pull/36, I'm working on introducing support for pytest parameterization, which produces multiple test instances for each test definition. These test i…
-
On macOS, calling `vim.loop.cwd()` on my machine returns `/Users/mats/Code/...` - notice the capital `C`. On my hard drive, that folder name is `code` with small case. This creates trouble when I use …
-
On test declaration level don't see correct icon after test failed
```
local neotest_ns = vim.api.nvim_create_namespace("neotest")
vim.diagnostic.config({
virtual_text = {
format = function(di…
-
I'm working on a couple of js/ts repos where both mocha and jest are used. In my setup I use:
```lua
neotest.setup{
...
adapters = {
require('neotest-jest')({
jestCommand = 'np…
-
```
NVIM v0.9.0-dev
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compilation: /usr/bin/cc -g -O2 -ffile-prefix-map=/build/neovim-jj6Ugm/neovim-0.9.0~ubuntu1+git202212120024-407eef473-333b5866f=. …