vim-plug/test
Chayoung You a61d097037 Make Plug{Install,Update}! trigger post-fetch checkout, submodule update
Now `:PlugInstall!` and `:PlugUpdate!` forces to update submodules.
`:PlugInstall!` now also checks out to new specified branch, tag, or
commit.

Also added tests for changing branch, tag, or commit.
2016-04-04 14:05:35 +09:00
..
README.md
regressions.vader
run Make Plug{Install,Update}! trigger post-fetch checkout, submodule update 2016-04-04 14:05:35 +09:00
test.vader Make Plug{Install,Update}! trigger post-fetch checkout, submodule update 2016-04-04 14:05:35 +09:00
workflow.vader Make Plug{Install,Update}! trigger post-fetch checkout, submodule update 2016-04-04 14:05:35 +09: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