mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-20 01:03:06 +02:00
tests: Use explicit coverage tracking
This commit is contained in:
parent
a331fd0f3b
commit
b00e886142
6 changed files with 33 additions and 2 deletions
|
@ -70,6 +70,7 @@ class IntegrationTest(object):
|
|||
self.command('let g:taskwiki_data_location="{0}"'.format(self.dir))
|
||||
self.command('let g:taskwiki_taskrc_location="{0}"'.format(self.taskrc_path))
|
||||
self.command("let g:vimwiki_list = [{'syntax': 'mediawiki', 'ext': '.txt','path': '%s'}]" % self.dir)
|
||||
self.command('let g:taskwiki_measure_coverage="yes"')
|
||||
|
||||
def setup(self):
|
||||
self.generate_data()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue