-
@rcarriga
After updated neotest to 3.0.0, the neotest-vim-test adapter broke with the error:
`neotest-vim-test/init.lua:166: attempt to index field 'Semaphore' (a nil value)`
Am I need to ch…
-
The [nvim-neotest organization](https://github.com/nvim-neotest) has been created and the `neotest-go` adapter has already made its way over. Thoughts on migrating this adapter as well?
-
When I run `require('neotest').run.run`, the warning shows up. Here is my config:
``` lua
require('neotest').setup({
adapters = {
require('neotest-jest')({
jestCommand = 'npm test --…
-
### Neovim version (nvim -v)
v0.9.0-dev-1347+gfd32a9875
### Operating system/version
Arch btw
### How to reproduce the issue
1. go to Spec.hs
2. place cursor on the first line of tests (`describ…
-
Not sure if this is an issue with `neotest-go` or `neotest` -- let me know if I should move it.
I have a project with multiple languages in use, and my Go code lives under a `go/` subdirectory. Whe…
-
Here's my setup, maybe it has to do with having a conflicting module?
```lua
use({
"nvim-neotest/neotest",
requires = {
"nvim-neotest/neotest-go",
"mrcjkb/neotest-haskell",
"haydenmea…
-
**NeoVim Version**
```
NVIM v0.9.0
Build type: Release
LuaJIT 2.1.0-beta3
```
**Describe the bug**
When running `lua require'neotest'.summary.open()` the tab with the summary opens and starts…
-
```lua
{
"nvim-neotest/neotest",
config = function()
-- get neotest namespace (api call creates or returns namespace)
local neotest_ns = vim.api.nvim_create_namespace "neot…
-
When running the default "test nearest" `require("neotest").run.run()` if another test starts with the same string as the test that is run, both are run.
for example:
```
test_something()
{
…
-
As you can see all the test is **passed**, but in the summary the test file is marked as **failed**.