-
Am I missing something or should I be able to set debugger breakpoints with `nvim-dap` and hit them when running tests with `neotest-mocha`? I am unable to debug Mocha tests, I get the following error…
-
The test is correctly displayed in the summary panel and the Icon also updates.
However when running nearest test I get this message in the output-panel:
"This test was not executed."
The test ru…
-
Thanks for the plugin 🙏 I cannot find a way for `pyright` to actually auto import stuff from my project, it works well for builtin (e.g. datetime) or dependencies (e.g. sqlalchemy) but not the project…
-
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.**
This came up while handling `SessionWritePost`. https://github.com/vim/vim/issues/…
-
### Did you check docs and existing issues?
- [X] I have read the [documentation](https://github.com/fredrikaverpil/neotest-golang/blob/main/README.md).
- [X] I have searched the existing [issues](ht…
-
Here is how to reproduce the problem:
- Delete all `nvim` files (.cache, .local/state, .local/share, .config, etc)
- Start a fresh .config/nvim directory
- Create this file (.config/nvim/init.lua):…
-
Hi,
I'm trying to make the switch from neotest-go to neotest-golang.
I've used this configuration:
```
return {
"nvim-neotest/neotest",
dependencies = {
"nvim-treesitter/nvi…
-
I tried finding this a lot but didn't have any luck. Is it possible to run django tests?
How do I configure it? Currently, simply running with `unittest` runner gives `settings improperly configure…
-
### Have you read the docs and searched existing issues?
- [X] I have read [the README's troubleshooting guide](https://github.com/mrcjkb/rustaceanvim/blob/master/README.md#stethoscope-troubleshoot…
-
Say I have this test structure:
```go
func TestSomeFunction(t *testing.T) {
tests := []struct {
name string
}{
{
name: "first test",
},
{
name: "second test",
},
{
…