aboutsummaryrefslogtreecommitdiff
path: root/vim/test.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-02-22test/vim: add info about skipped testsMarc André Tanner1-0/+1
2020-02-13test/vim: skip tests if vim is not availableMarc André Tanner1-3/+7
2017-01-18test/vim: give a hint about skipped testsChristian Hesse1-1/+4
Failing vim tests report 'FAIL' with no obvious impact. So give a hint about skipped tests.
2016-11-17test/vim: redirect both stdout and stderr to /dev/nullMarc André Tanner1-1/+1
This should make the list of tests more readable.
2016-11-17test: use :qall! to terminate testsMarc André Tanner1-1/+1
This should make sure that vis always terminates and never hangs waiting for further input. Lua errors in particular cause a new window/file to be displayed showing a detailed error message. Previously only this internal file was closed but the original file remained open and prevented vis from exiting.
2016-11-17test/vim: ignore user supplied visrc.luaMarc André Tanner1-0/+2
Custom key bindings might interfere with the tests.
2016-11-17test/vim: remove trailing white spaces after pre-processing keys fileMarc André Tanner1-1/+1
Analogous to the previous commit.
2016-11-05test: disable test/vis and test/vim sets on non-Linux CI serversMarc André Tanner1-5/+0
2016-11-04test/vim: do not run these tests in continuous integration environmentMarc André Tanner1-0/+5
In contrast to the local enivronment they don't seem to work reliably.
2016-05-01test/vim: try to force a more standardized vim environment/configuraionMarc André Tanner1-1/+1
2016-04-21Run vim with `-u NONE` to ignore vimrcJosh Wainwright1-0/+1
This might not be the best way to specify this, but the tests were failing for me as vim was using my vimrc and so picking up my own keybindings.
2016-04-19Initial import of test branch from vis repositoryMarc André Tanner1-0/+57