How to test vital.vim

All tests for vital.vim modules are now written with themis.vim. When you want to run tests, you should install it in advance.

$ cd /path/to/vital.vim
$ git clone https://github.com/thinca/vim-themis.git

Now you can run tests with themis executable file.

$ ./vim-themis/bin/themis

If you want to run tests for a specific module, specify the test file corresponding to the module. Below runs tests for Data.List module.

$ ./vim-themis/bin/themis test/Data/List.vimspec

Please read a documentation of themis.vim for more detail.