Add Integration Tests: Telescope in Normal Mode
johmsalas opened this issue · 6 comments
johmsalas commented
Add Integration Tests: Telescope in Normal Mode
peterfication commented
When I was fiddling around with my local Neovim version, I saw that Telescope requires Neovim version 0.9.0. So when tests are added, they need to be excluded from Neovim version 0.8.3 runs and we need to state this in the README. Maybe a table with version and feature compatibilities could make sense.
johmsalas commented
It's becoming complicated xD
At least we don't need to tests OS... right?
peterfication commented
Yeah, I would say, testing for different OS is out-of-scope ^^
johmsalas commented
@peterfication now that you mention feature compatibility, FYI, there are some feature flags https://github.com/johmsalas/text-case.nvim/blob/65fcc8fb79ceef644af6861558bb534562ef6c0e/lua/textcase/plugin/plugin.lua#L4C7-L4C31
peterfication commented
Ah good to know!