-
**NeoVim Version**
NVIM v0.8.0
Build type: Release
LuaJIT 2.1.0-beta3
On macos monterey 12.4
m1 pro
**Describe the bug**
When opening nvim and trying to call a summary or run a nearest t…
-
It is cool to have the plugin, it really helps to deal with the pytest fixture and paras problem. Neotest is also a quite easy-to-use plugin to deal with testing of all languages. I populate the test …
-
Hi there,
would it be possible to execute a pre build step before a test run?
At the moment I always have to build my binary by hand and then use neotest, but it would make my life much easier if…
-
I am working on a project for which we have cutomized the [python_functions](https://docs.pytest.org/en/8.0.x/reference/reference.html#confval-python_functions) option value (using the `pyproject.toml…
-
Thank you for this awesome library
-
When I set a breakpoint on the test and try to run it in the debugger, nothing happens, the indicator just blinks as if it is running, and after 450 seconds an error appears that the file could not be…
-
It's not a priority, but our user-facing interop API located at `pkg/interop` may be be tested with neotest framework like it is done for `address.ToHash160` and `address.FromHash160`, it may help to …
-
Not an issue per-say but wondering how people configure their jest command when you have projects that use npm, some that use yarn, etc... Do you change your config? Or is there a dynamic way?
```
…
-
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…
-
Hey all,
So for a little bit of context I created this neotest extension off the back of @rcarriga great plugin as I was keen to use neotest with go. Unfortunately I don't currently work very much …