GustavEikaas / easy-dotnet.nvim

Neovim plugin written in Lua for working with .Net projects in Neovim. Makes it easier to run/test/build/debug projects. Supports both F# and C#
MIT License
86 stars 7 forks source link

feat:🎁 Add lua tests to prevent regressions #81

Open GustavEikaas opened 1 month ago

GustavEikaas commented 1 month ago

There is a lot of functionality in the testrunner at this point and its becoming tedious and hard to test it all manually.

It would be nice to make a lua test suite for this to reduce the cognitive load of testing. This would also make it easier for contributors to contribute