Re: Advice needed: best practices for vim plugin testing

2018-02-12 Thread Felipe M. Vieira
Hi everyone, Thanks for all the valuable suggestions. The method I found out to be the most suitable, dependecy free and sane (this is highly personal) was to write bash tests which in turn invokes vim with a given number of flags and which sources a given script which ends with either "qall!"

Re: Advice needed: best practices for vim plugin testing

2017-10-22 Thread Felipe M. Vieira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hey all, thanks for all of your replies. I will dutifully check those soon! With so many options I feel like I was not looking at the right places. I shall give a feedback on those in a couple of weeks. Best, - -- Felipe Martins Vieira I have

Re: Advice needed: best practices for vim plugin testing

2017-10-19 Thread Felipe M. Vieira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Thu, October 19, 2017 at 23:36, Marcin Szamotulski wrote: > On 11:10 Thu 19 Oct , Felipe Vieira wrote: > > Hi everyone, > > > > I've been trying to develop a plugin and I'm used to writing testing for the > > softwares I develop. The problem