Package schrodinger :: Package test :: Package scival :: Module reporter :: Class MultiTestResultReporter
[hide private]
[frames] | no frames]

Class MultiTestResultReporter

object --+
         |
        MultiTestResultReporter

Report results to the performance database when all jobs are complete.

Instance Methods [hide private]
 
__init__(self, buildtype=None, build_id=None)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__call__(self, job)
 
addJob(self, job)
 
addAsFinalizer(self, job)
 
addResult(self, name, value, units=None)
Add a result to be reported.
 
analyze(self, jobs)
Loop over self.tests and use self.addResult() to generate data to be reported.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
instance(cls, buildtype, build_id)
Class Variables [hide private]
  NAME = None
hash(x)
  PRODUCT = None
hash(x)
  DESCRIPTION = None
hash(x)
  INSTANCE = None
hash(x)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, buildtype=None, build_id=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

addResult(self, name, value, units=None)

 

Add a result to be reported. When not reporting results, print them.