vimwiki/test
Rane Brown 94d62ad7f2 Add vader tests and docker setup 2019-07-14 07:32:38 -06:00
..
resources Rename folder 2019-07-13 21:50:35 -06:00
Readme.md Add vader tests and docker setup 2019-07-14 07:32:38 -06:00
tabnext_delay.vader Add vader tests and docker setup 2019-07-14 07:32:38 -06:00
vimrc Add vader tests and docker setup 2019-07-14 07:32:38 -06:00

Readme.md

Vimwiki Tests

This directory contains a test framework used to automatically test/verify Vimwiki functionality. It is based on the following tools:

Resources

Manual Steps

To build the Docker image run docker build -t vimwiki from the Vimwiki repository root (same location as the Dockerfile).

To start the tests run docker run -it --rm -v $PWD:/testplugin -v $PWD/test:/home vimwiki vim-v7.4.1099 -u test/vimrc -i NONE '+Vader! test/*' also from the repository root.

- Substitute `vim-v7.4.1099` for any of the vim versions in the Dockerfile.