bennypowers / nvim-regexplainer

Describe the regexp under the cursor
627 stars 7 forks source link

Needs tests #8

Closed bennypowers closed 2 years ago

bennypowers commented 2 years ago

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.

bennypowers commented 2 years ago

yeah this is looking ok now