fredrikaverpil / neotest-golang

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

refactor: runspec context #90

Closed fredrikaverpil closed 1 week ago

fredrikaverpil commented 1 week ago

Found a few outdated things, unused variables, wrong namings causing confusion. Refactored and cleaned the context up a bit which is sent into the runspec. Probably fixed edge case bugs.