neovimhaskell / nvim-hs

Neovim API for Haskell plugins as well as the plugin provider
Other
267 stars 18 forks source link

Library module for tests #34

Closed saep closed 9 years ago

saep commented 9 years ago

Plugin authors hopefully want to write tests. It should be made as convenient as possible for them.

saep commented 9 years ago

There is now a Neovim.Test module which currently only exports one function, though. It is also used in the Neovim.EmbeddedRPCSpec test file and seems to do it's job fine. I think additional functions should be added after a small discussion within an issue/pull request on demand.