Unit tests for :autocmd and :augroup
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.
Depends on #356.
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.