Merge tinmarino-dev_vader. Add new vader tests.
Adds tests for the commands: VimwikiTOC, VimwikiGenerateLinks, VimwikiDiaryGenerateLinks, VimwikiRebuildTags, VimwikiGenerateTags, VimwikiGoto Add syntax tests, key mapping tests and table auto format tests. New helper function in vader setup file. The default wikis setup in the test vimrc are now mapped to the Docker containers test user's home directory. The test user does not have access to write to other locations.
This commit is contained in:
@@ -43,6 +43,15 @@ automatically run all tests for all installed vim versions. The vim/nvim
|
||||
versions are parsed from the Dockerfile. This script will also run `Vint` for all
|
||||
plugin source files. For more information run `./run_tests.sh -h`.
|
||||
|
||||
|
||||
## Inside the container
|
||||
|
||||
* `$USER` -> `vimtest` : unprivileged => very hard to mess up things
|
||||
* `$HOME` -> `/home/vimtest` : but it is readonly !
|
||||
* `$PWD` -> `/testplugin` : mapped to vimwiki plugin root directory
|
||||
|
||||
For more information, read the [base docker image](https://github.com/tweekmonster/vim-testbed)
|
||||
|
||||
## Known Issues
|
||||
|
||||
1. neovim v0.2.x does not work correctly with Vader output from the docker
|
||||
|
||||
Reference in New Issue
Block a user