Add Vader test coverage and document how to develop Neural
w0rp opened this issue · 0 comments
w0rp commented
We've got CI running for our supported Vim and Neovim versions, and we have 100% test coverage for Python scripts. Now we need to add Vim test coverage. Lua testing should be a separate issue we tackle in future.
To Do
- Cover OpenAI Vim data source with Vader tests
- Cover configuration Vim functions with Vader tests
- Cover job functions with Vader tests
- Cover main neural functions with Vader tests
- Document how to develop Neural and run tests, etc.