vim-plug/test
Jeremy Pallats/starcraft.man e362fd5931 Python parallel plugin management.
* Main differences from ruby are inside Command class, notably it
poll/sleeps on the subprocess to check output & timeout.
* Another difference, interrupt is not instaneous due to checking var.
* Otherwise, I mainly just mirrored code into objects.
* Note that due to GVim freeze, disabling use on Windows
2015-02-18 10:07:35 -05:00
..
fixtures Fix #112: Do not suppress messages from ftplugin 2014-10-19 14:45:19 +09:00
README.md Update test runner script 2014-06-23 12:53:51 +09:00
regressions.vader Add test case for unescaped spaces in &rtp 2015-02-14 23:18:57 +09:00
run Fix #139 - Use git fetch+merge instead of pull 2015-01-08 23:21:32 +09:00
test.vader Python parallel plugin management. 2015-02-18 10:07:35 -05:00
workflow.vader Fix update of tagged plugins (#174) 2015-02-18 16:47:32 +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