nvim-cmp
nvim-cmp copied to clipboard
Implement funtional tests
You can maybe use plenary.nvim to do this with the test runner we have there. I can give an example if you need :)
@tjdevries Thank you for your information. I'm using vusted for testing. It's run on the actual neovim process.
If plenary.nvim has async test feature, I'm strongly interested!
It does have some stuff set up to do async testing, but it's with the async library for plenary -- I'm not sure if it would work with other ones. vusted looks very similar to plenary's module, so if you're happy with that, then I'd probably stick with it :)