Is there a good way to get comprehensive testing on the nvim api?
To avoid having problems with breaking changes, I opted to add all functionality I use to the tests e.g. #106.
Would it be a good idea to have tests for every single function in the API and is that even feasible?