Initial commit

This commit is contained in:
Andrés Delfino 2018-06-07 15:09:02 -03:00
parent cdb4bb857d
commit 8500ef228e

View File

@ -56,7 +56,7 @@ class CoverageBuilder(Builder):
""" """
name = 'coverage' name = 'coverage'
epilog = __('Testing of coverage in the sources finished, look at the ' epilog = __('Testing of coverage in the sources finished, look at the '
'results in %(outdir)s/python.txt.') 'results in %(outdir)s' + path.sep + 'python.txt.')
def init(self): def init(self):
# type: () -> None # type: () -> None