コード例 #1
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
コード例 #2
0
 def __init__(self, config, stats, error, monitor, options):
     options.html = True
     RenderRst.__init__(self, config, stats, error, monitor, options)
コード例 #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
コード例 #4
0
ファイル: ReportRenderOrg.py プロジェクト: xulz/FunkLoad
 def __init__(self, config, stats, error, monitor, monitorconfig, options):
     options.html = True
     RenderRst.__init__(self, config, stats, error, monitor, monitorconfig,
                        options)