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
Ejemplo n.º 2
0
 def __init__(self, config, stats, error, monitor, options):
     options.html = True
     RenderRst.__init__(self, config, stats, error, monitor, options)
Ejemplo n.º 3
0
 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
Ejemplo n.º 4
0
 def __init__(self, config, stats, error, monitor, monitorconfig, options):
     options.html = True
     RenderRst.__init__(self, config, stats, error, monitor, monitorconfig,
                        options)