tests: Fix vimwiki loading errors

Not only can we stop ignoring the errors, this also fixes
TestInfoActionNotTriggeredByEnterOnLink which would otherwise cause vim
to complain about g:vimwiki_wikilocal_vars not being available.
This commit is contained in:
Tomas Janousek 2020-06-28 23:21:42 +02:00 committed by Tomas Babej
parent 789d04f488
commit 698e2448f3
3 changed files with 6 additions and 6 deletions

View file

@ -26,7 +26,7 @@ let s:plugin_path = escape(expand('<sfile>:p:h:h:h'), '\')
" Run the measure parts first, if desired
if exists("g:taskwiki_measure_coverage")
execute 'py3file ' . s:plugin_path . '/knowledge/testcoverage.py'
execute 'py3file ' . s:plugin_path . '/taskwiki/testcoverage.py'
endif
" Execute the main body of taskwiki source