All Projects → kana → Vim Vspec

kana / Vim Vspec

Vim plugin: Testing framework for Vim script

Projects that are alternatives of or similar to Vim Vspec

Vim Gutentags
A Vim plugin that manages your tag files
Stars: ✭ 1,977 (+855.07%)
Mutual labels:  vim-plugins
Stackanswers.vim
Vim plugin to fetch and display answers from Stack Overflow
Stars: ✭ 165 (-20.29%)
Mutual labels:  vim-plugins
Visual Split.vim
Vim plugin to control splits with visual selections or text objects
Stars: ✭ 190 (-8.21%)
Mutual labels:  vim-plugins
Vim Ruby
Vim/Ruby Configuration Files
Stars: ✭ 1,885 (+810.63%)
Mutual labels:  vim-plugins
Vim Operator User
Vim plugin: Define your own operator easily
Stars: ✭ 161 (-22.22%)
Mutual labels:  vim-plugins
Vividus
Vividus is all in one test automation tool
Stars: ✭ 170 (-17.87%)
Mutual labels:  testing-framework
Vim Tidal
Vim plugin for TidalCycles
Stars: ✭ 147 (-28.99%)
Mutual labels:  vim-plugins
Bullets.vim
🔫 Bullets.vim is a Vim/NeoVim plugin for automated bullet lists.
Stars: ✭ 199 (-3.86%)
Mutual labels:  vim-plugins
Vim Dadbod Completion
Database autocompletion powered by https://github.com/tpope/vim-dadbod
Stars: ✭ 163 (-21.26%)
Mutual labels:  vim-plugins
Vim Arduino
Vim plugin for compiling and uploading arduino sketches
Stars: ✭ 187 (-9.66%)
Mutual labels:  vim-plugins
Datagene
DataGene - Identify How Similar TS Datasets Are to One Another (by @firmai)
Stars: ✭ 156 (-24.64%)
Mutual labels:  testing-framework
Targets.vim
Vim plugin that provides additional text objects
Stars: ✭ 2,114 (+921.26%)
Mutual labels:  vim-plugins
Exit Vim
Vim plugin that exits Vim on startup
Stars: ✭ 176 (-14.98%)
Mutual labels:  vim-plugins
Vim Fakeclip
Vim plugin: Provide pseudo "clipboard" registers
Stars: ✭ 154 (-25.6%)
Mutual labels:  vim-plugins
Vim Packager
Vim plugin manager that utilizes "jobs" and "pack" features.
Stars: ✭ 197 (-4.83%)
Mutual labels:  vim-plugins
Swagger meqa
Auto generate and run tests using swagger/OpenAPI spec, no coding needed
Stars: ✭ 151 (-27.05%)
Mutual labels:  testing-framework
Vim Shortcut
💇 Discoverable & searchable shortcuts for (Neo)Vim
Stars: ✭ 170 (-17.87%)
Mutual labels:  vim-plugins
Vim Go
Go development plugin for Vim
Stars: ✭ 14,085 (+6704.35%)
Mutual labels:  vim-plugins
Vifm.vim
Vim plugin that allows use of vifm as a file picker
Stars: ✭ 197 (-4.83%)
Mutual labels:  vim-plugins
Startuptime.vim
Breakdown Vim's --startuptime output
Stars: ✭ 180 (-13.04%)
Mutual labels:  vim-plugins

vim-vspec - Testing framework for Vim script

Build Status

vim-vspec is a testing framework for Vim script. It consists of:

  • Utilities to run tests in isolated Vim process,
  • A Vim plugin to write tests in a format which resembles RSpec, and
  • Additional syntax/indent files for Vim script to write tests.

vim-vspec is not a tool to set up environment to run tests. If you want to test a plugin which depends on some other plugins, you have to:

  • Install such dependencies to somewhere, and
  • Specify where the dependencies are installed to run tests.

These steps are tedious to do by hand. It is recommended to use vim-flavor to automate setting up test environment and running tests.

See also:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].