vim-plug/test
Daniel Hahler 5ff3d279cf tests: remove EnsureLoaded
This should not be necessary in general, and causes e.g. :FZF to be
loaded from the global Vim runtime (causing an assertion failure in the
tests).

It is replaced by a verbatim / trimmed down `:runtime` for the "Check
installed plugins" test.
2018-11-18 09:56:02 +01:00
..
README.md Update test runner script 2014-06-23 12:53:51 +09:00
regressions.vader Ignore useless use of on-demand loading (#786) 2018-09-12 13:40:33 +09:00
run test/run: use --noplugin and source vader 2018-11-18 09:56:02 +01:00
test.vader tests: remove EnsureLoaded 2018-11-18 09:56:02 +01:00
workflow.vader tests: remove EnsureLoaded 2018-11-18 09:56:02 +01:00

Test cases for vim-plug

Prerequisite

Run

./run

./run !

TODO

Test cases for the following features are currently missing:

  • Output formatting
  • Timeout or interrupt cleaning up git processes
  • User prompt in PlugClean command
  • Single-threaded installer
  • Windows support