-
After calling `run()` with `extra_args`,
subsequent `run()` are called with an appended list of extra_args.
```lua
require('neotest').run.run({ vim.fn.getcwd(), extra_args = { "-v" } })
require(…
-
-
I'm just giving `neotest` a whirl for the first time, trying it out with some Rust unit tests. I'm on nvim 0.7.2 on macOS 12.5.1.
I have these mappings:
```lua
vim.keymap.set("n", "tn",…
-
Hey,
Here again :).
So in my work I regularly have nested projects. For example a laravel installation, with a set of packages.
```php
LaravelRoot/
packages/
package1/
compose…
-
> Before creating a new issue, please check the [FAQ](https://github.com/microsoft/debugpy/wiki/FAQ) to see if your question is answered there.
I checked the [FAQ](https://github.com/microsoft/debu…
-
### Describe the feature
Recently in Metals we added support for [test discover](https://github.com/scalameta/metals/pull/3277) so that we could support the [VS Code Testing API](https://vscode.tra…
-
**NeoVim Version**
NVIM v0.8.0-dev-827-gb6a963bde
**Describe the bug**
When running jest parametrised tests as run whole file, plugin marks passed tests as failed, see:
![image](https://user-ima…
-
Running: `lua require("neotest").run.run(vim.fn.expand("%"))` on a rust source code file shows both false positives and false negatives.
A minimal test file is below. In this example, the function,…
-
Hey! I just started looking into the Neotest library and was about to start working on an elixir adapter for it. Figured I'd do a search and found you had just begun one!
I'd love to help out, what…
-
I don't currently think this is a feature, at least it's not auto updating for me in Python.
Currently I have another terminal window open which auto runs my unit tests when any python file changes…