Skip to content

Files

Latest commit

 

History

History

test

Running tests

These tests use the vader.vim plugin, which needs to be installed alongside OmniSharp-vim.

To run a test, open a .vader file and run :Vader, or run the following from the command line:

vim -u vimrc -c 'Vader! testfile.vader'

To run all tests, run this command line:

vim -u vimrc -c 'Vader! *'