vimb icon indicating copy to clipboard operation
vimb copied to clipboard

Unit tests for :autocmd and :augroup

Open fanglingsu opened this issue 11 years ago • 2 comments

The :autocmd and :augroup is relly complicated and has potential to fail during development and it's hard to tests completely by hand. So it would be nice to test this by unit tests. But for now there is no infrastructure to test such things that needs to open URL, because the shared library of vimb that is used to test has no gui and lags therefor some essential features to run such tests.

So the first step is to find a way how tests can be written, that loads URIs and behave nearly the same like the real vimb but without the gui.

fanglingsu avatar Oct 21 '14 15:10 fanglingsu

Depends on #356.

fanglingsu avatar Jun 14 '17 22:06 fanglingsu

This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Oct 02 '18 21:10 stale[bot]