8000 GitHub - tomtom/simpletest_vim: Simple unit tests using VIM's own assert_* functions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tomtom/simpletest_vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The |:Simpletest| command first loads test files matching test/NAME.vim or test/NAME/.vim and it then runs all test function matching NAME#(...#)*Test_.*. These test functions are supposed to be embedded in the autoload vimscript files. They should use VIM's own assert-functions like |assert_equal()| -- see also |v:errors|.


Install~

Either use the zip archive:

  • Download the zip archive
  • Extract it to ~/.vim/pack/tml/start/simpletest_vim

or install from github:

  • Start a terminal
  • Change the working directory to ~/.vim/pack/tml/start/
  • Type: git clone https://github.com/tomtom/simpletest_vim

or use a VIM plugin manager like vim-plug, vundle, dein.vim, VAM etc.

NOTE: On Windows, ~/.vim might be ~/vimfiles. Please see 'runtimepath' for details.

Also available via git: http://github.com/tomtom/simpletest_vim

License: GPLv3 or later

About

Simple unit tests using VIM's own assert_* functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0