-
-
## Demo
https://github.com/nvim-neotest/neotest-python/assets/10103049/a3246a59-cf7c-48f2-99c9-aad4f9459d64
## Description
## Reproduction Details
- Load Neovim with the reproduction file
```…
-
### Feature description
more of a question than a feature request, is it possible to pass --show-output/--no-capture to cargo/nextest somehow like in https://github.com/rouge8/neotest-rust or get te…
-
Hi 👋
I saw this project [here](https://github.com/nvim-neotest/neotest/issues/122#issuecomment-1487175479), and @andy-bell101 was asking for feedback.
I sporadically work on a maven project w…
-
## Current Behavior
Debug info sequence points are not generated for some kind of statements. For example, calls to interops, builtins and syscalls don't have their own sequence points. Neotest cover…
-
Thanks for creating this plugin, it is awesome!
I have an issue with a typescript project with the `dist` directory. While it is ignored in the `jest.config.js`, neotest considers it when detecting…
-
Hello, https://github.com/marilari88/neotest-vitest/blob/f9efe9524ccba1284d5f4e41d0dc6ff91951cfcc/lua/neotest-vitest/init.lua#L62 didn't cover in-source testing, see [here](https://vitest.dev/guide/in…
-
Due to project setup constraints, I'm unable to run tests from the project root on my umbrella project, I have to cd to `apps/sub_app` and then run the test. I wonder if there's a way to configure the…
-
I have a few repos that have both typescript and go in them. I've noticed that when trying to run tests for the typescript code, the `neotest-go` adapter is being used.
Here's my config:
```
r…
-
## Context
I try to test migration of contracts' storage items using framework provided by `neotest` package. Sometimes contract stores items within its methods, so technically I could just call exac…