-
Looks like this is not supported, am I right?
They looks to be "listed" in the output, but not in the summary and they're always "skipped".
-
Yo:
not sure if this is a problem with this plugin or neotest per se.
On a fresh compile step, test running can hang for a longgggggggg time with no indication that stuff is compiling.
I have…
-
-
Currently the only 2 runners supported are sbt and bloop. However, scala-cli also supports [running tests](https://scala-cli.virtuslab.org/docs/commands/test) and is is now more-or-less a standard too…
-
Rename to neotest-cpp
https://github.com/catchorg/Catch2/blob/devel/docs/command-line.md#top
-
Hi, the plugin works nicely for me, however, I wonder why it does not seem to work when I mark a file or directory to be watched. When I then saved the file, nothing happened. Is this something that n…
-
I would really like to use neotest for F#.
I am willing to extend the code for F#. However I have trouble debugging the lua code: The multithreaded nature makes it hard to debug. Now I also cannot ge…
-
Hi,
Currently I have support for table tests enabled with `experimental = { test_table = true }` but diagnostics are only shown at the assertion, while the symbols are shown at the table-level.
It w…
-
Hi there!
First of all, thanks for making this adapter! I've got the installation and config down, and I can now correctly see my tests in the test summary. However, when I actually run the tests, …
-
If I run this command in the terminal it connects to dlv `~/.local/share/KickstartNvim/mason/bin/dlv debug hello.go`
But inside Neovim I get this error: `Error on launch: Failed to launch: could no…