fredrikaverpil / neotest-golang

Reliable Neotest adapter for running Go tests in Neovim.
MIT License
58 stars 6 forks source link

Support directory (go package) execution #24

Closed fredrikaverpil closed 3 weeks ago

fredrikaverpil commented 1 month ago

Why this change?

What was changed

Notes

Try it out

Set the branch:

-- lazy.nvim
return {
  {
    "fredrikaverpil/neotest-golang",
    branch = "rnd-run-testfolder-populate-statuses",
  },
}
fredrikaverpil commented 3 weeks ago

I'm concluding the discovery process here, and closing this PR in favour for #32