-
Given the following function defined in `pkg/interop/util/util.go`:
```
// Hash160ToAddress is an utility function that converts given Hash160 to
// Base58-encoded Neo address.
func Hash160ToAddre…
-
When I set `output.open_on_run = true`, I expected Neotest to open the output window after running a test, even if the test passes, but no window opened. Is this expected behavior?
This is my Neote…
-
When using neotest to test an entire file, these tests are run in parallel however in some cases, e.g. in a Golang test suite with multiple test cases each depending on creating and cleaning up a data…
-
I'm not sure if this is a neotest or neotest-python issue, so I decided to open it here. I'm using [fzf](https://github.com/junegunn/fzf) and [fzf.vim](https://github.com/junegunn/fzf.vim) with a `Git…
-
Hello!
First of all, thanks for all the work put into this plugin, it's great and I never want to run tests in a separate tmux pane ever again :)
On to the issue: I'm working on creating an adap…
-
Hello,
as i can see the path to the binary of phpunit seems to be hardcoded in init.lua file. Correct me if i am wrong :)
I would wish that i can define the path to the executable in the setup sec…
-
hey, thank you so much for this project, I'm so excited!!!
i'm wondering if there is an easy way for it not to depend upon omnisharp being attached to the buffer? with .fs files it wont trigger to …
-
Hi
Can we get optional setup argument `args` like in [neotest-python](https://github.com/nvim-neotest/neotest-python) to provide extra_args from setup ?
For example:
```go
require('neotest-go'…
-
https://github.com/haydenmeade/neotest-jest/pull/23 broke the typescript support for my setup 😅 More specifically https://github.com/haydenmeade/neotest-jest/pull/23/files#diff-13047bd2b66848e27a90278…
-
I'm working on a [Neotest plugin for Rust](https://github.com/rouge8/neotest-rust/blob/833255157eb5c48a8b824d084b5088f617ca687d/lua/neotest-rust/init.lua) and I've gotten it to the point where it can …