vimwiki/test
2019-07-14 21:50:49 -06:00
..
resources Rename folder 2019-07-13 21:50:35 -06:00
link_creation.vader Basic tests for creating links 2019-07-14 21:50:22 -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
vader_setup.vader Basic tests for creating links 2019-07-14 21:50:22 -06:00
vader_teardown.vader Basic tests for creating links 2019-07-14 21:50:22 -06:00
vimrc Fix paths and add some additional settings 2019-07-14 21:50:49 -06:00

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.