vim-vspec:Vim插件:Vim脚本的测试框架

时间:2024-02-22 18:59:25
【文件属性】:

文件名称:vim-vspec:Vim插件:Vim脚本的测试框架

文件大小:45KB

文件格式:ZIP

更新时间:2024-02-22 18:59:25

vim vim-plugins testing-framework VimVimscript

vim-vspec-Vim脚本的测试框架 vim-vspec是Vim脚本的测试框架。 它包括: 在孤立的Vim进程中运行测试的实用程序, 一个Vim插件,以类似于的格式编写测试,以及 Vim脚本编写测试的其他语法/缩进文件。 vim-vspec不是用于设置环境以运行测试的工具。 如果要测试依赖于某些其他插件的插件,则必须: 将此类依赖项安装到某个地方,然后 指定在哪里安装依赖项以运行测试。 这些步骤很难手工完成。 建议使用自动设置测试环境并运行测试。 也可以看看:


【文件预览】:
vim-vspec-master
----.gitignore(40B)
----t()
--------nested-describe-basics.vim(1KB)
--------comparison-matchers.vim(18KB)
--------error-in-expect-parsing.t(474B)
--------environment-variable.t(241B)
--------debug-print.t(840B)
--------no-hint.vim(711B)
--------error-in-it.t(654B)
--------todo.t(246B)
--------throwpoint-representation.t(704B)
--------tools.vim(973B)
--------exception-matchers.vim(560B)
--------skip.t(857B)
--------double-quoted-strings.t(377B)
--------custom-failure-message.t(4KB)
--------error-with-multiline-message.t(504B)
--------pretty-string.vim(2KB)
--------environment-variable.t.input(144B)
--------error-in-source.t(614B)
--------redraw.t(599B)
--------vspec-path-never-duplicated.t(614B)
--------expect.vim(1KB)
--------internal.vim(1KB)
--------before.vim(335B)
--------custom-matchers.vim(1KB)
--------nested-describe-subjects.t(383B)
--------indent.vim(3KB)
--------context.vim(2KB)
--------no-test.vim(39B)
--------paths-with-spaces.t(467B)
--------error-in-describe.t(688B)
--------boolean-matcher-feailure-message.t(1KB)
--------exception-matcher-failure-messages.t(2KB)
--------boolean-matchers.vim(463B)
--------echo(29B)
--------after.vim(333B)
--------funny-it-messages.t(234B)
--------syntax.vim(1KB)
--------failure-messages-with-special-characters.t(2KB)
--------check-vspec-result(411B)
--------fixtures()
--------runtimepath.vim(661B)
--------error-in-expect-evaluation.t(438B)
--------multiple-it-with-the-same-description.vim(287B)
----bin()
--------vspec(2KB)
--------vspec-bootstrap.vim(761B)
--------prove-vspec(2KB)
----.travis.yml(392B)
----doc()
--------vspec.txt(25KB)
----README.md(1KB)
----after()
--------indent()
--------syntax()
----VimFlavor(19B)
----autoload()
--------vspec.vim(24KB)
----Gemfile(58B)
----Rakefile(144B)

网友评论