nvim-neotest / neotest-go

MIT License
125 stars 43 forks source link

Adds dap support #13

Open florentcigolotti opened 1 year ago

florentcigolotti commented 1 year ago

This is a starting point to add DAP support.

Current status

The status sign is broken right now after a debugging session, I haven't look at why right now.

florentcigolotti commented 1 year ago

12

akinsho commented 1 year ago

@florentcigolotti I think your work on this is a very good start. I'd suggest narrowing the scope of this PR though so it isn't blocked by these issues indefinitely. I think factor out stuff like subtests and testify to separate PRs since those aren't even super well-supported at all anyway.

I think the only real blocker here is getting the signs working. I think for those it's important to figure out what the status of each test is and make sure that test results are coming through in the format expected and the status value is correct.

cedrata commented 9 months ago

Are there any updates on this PR? Is someone still working on it?

wwnbb commented 8 months ago

Are there any updates on this PR? Is someone still working on it?

I created new pr, with lesser features.