tests: Use explicit coverage tracking

This commit is contained in:
Tomas Babej 2018-07-31 03:46:58 -04:00
parent a331fd0f3b
commit b00e886142
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5
6 changed files with 33 additions and 2 deletions

View file

@ -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()