The project has grown to the point that manual testing is no longer sufficient
We need automated tests that will cover at least the following:
testing narrative results for any given regexp
testing options like split, pop-up, display options
I've briefly glanced at busted but that seems insufficient on it's own, since so much of what the plugin does relies on treesitter and nui. What we need are proper integration tests.
The project has grown to the point that manual testing is no longer sufficient
We need automated tests that will cover at least the following:
I've briefly glanced at busted but that seems insufficient on it's own, since so much of what the plugin does relies on treesitter and nui. What we need are proper integration tests.