fredrikaverpil / neotest-golang

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

Refactor: Split up files and functions #31

Closed fredrikaverpil closed 3 weeks ago

fredrikaverpil commented 3 weeks ago

This prepares for supporting better testing and future features, such as test execution per directory or file (not only on a per-test basis).

There should be no change in behaviour or breakage!