Do you vim script authors write tests for your code? how do you do unit
testing for your VimL code?
I ask because I'd like to do it for some of my scripts, but I don't
usually see anything similar being done in other people's scripts.
--
Javier Rojas
GPG Key ID: 0x24E00D68
I've added a few tests to my Gundo plugin. I still need to add a lot more, but
looking at Gundo's tests/ directory and tests/README should give you a good
overview of how I'm doing it.
http://bitbucket.org/sjl/gundo.vim/src/tip/tests/
>
> I ask because I'd like to do it for some of my scripts, but I don't
> usually see anything similar being done in other people's scripts.
>
> --
> Javier Rojas
>
> GPG Key ID: 0x24E00D68
--
Steve Losh