def __init__(self, config, stats, error, monitor, monitorconfig, options, css_file=None): RenderRst.__init__(self, config, stats, error, monitor, monitorconfig, options) self.css_file = css_file self.report_dir = self.css_path = self.rst_path = self.html_path = None
def __init__(self, config, stats, error, monitor, options): options.html = True RenderRst.__init__(self, config, stats, error, monitor, options)
def __init__(self, config, stats, error, monitor, monitorconfig, options): options.html = True RenderRst.__init__(self, config, stats, error, monitor, monitorconfig, options)