1.0 KiB
1.0 KiB
Vimwiki Tests
This directory contains a test framework used to automatically test/verify Vimwiki functionality. It is based on the following tools:
Resources
- Vim patches
- Example test cases:
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.