Viml testing: Difference between revisions

From wikinotes
(Created page with "I haven't used these yet, but wanted to document their availability. * https://github.com/junegunn/vader.vim * https://github.com/AndrewRadev/vimrunner Example projects: *...")
 
No edit summary
 
Line 1: Line 1:
I haven't used these yet, but wanted to document their availability.
= Test Framework =
<blockquote>
See [[VimPlugin: vader]]


* https://github.com/junegunn/vader.vim
https://github.com/janko/vim-test  (uses vim-flavor to manage dependencies, vader to run tests)
* https://github.com/AndrewRadev/vimrunner
</blockquote><!-- Test Framework -->
 
Example projects:
 
* https://github.com/janko/vim-test  (uses vim-flavor to manage dependencies, vader to run tests)

Latest revision as of 16:04, 7 January 2023

Test Framework

See VimPlugin: vader

https://github.com/janko/vim-test (uses vim-flavor to manage dependencies, vader to run tests)