fredrikaverpil / neotest-golang

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

feat: core test output parsing #82

Closed fredrikaverpil closed 1 day ago

fredrikaverpil commented 2 days ago
image

Here I'm playing around with leveraging the work previously done for the "dir" position type's test result parsing, but for the "test" position type. It might actually be possible to run tests through a main "core" logic which is shared across strategies... 🤔

Aims to fix #4 but might also have some awesome, positive, side-effects.

Needs cleaning up and refactoring, but I'll be running this setup for a few days to see how it performs... 🤞