Package logilab-common-0 :: Package 39 :: Package 0 :: Module pytest :: Class GlobalTestReport
[frames] | no frames]

Class GlobalTestReport

source code

object --+
         |
        GlobalTestReport

this class holds global test statistics

Instance Methods
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
feed(self, filename, testresult, ttime, ctime)
integrates new test information into internal statistics
source code
 
failed_to_test_module(self, filename)
called when the test module could not be imported by unittest...
source code
 
skip_module(self, filename) source code
 
__str__(self)
this is just presentation stuff
source code

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

Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

failed_to_test_module(self, filename)

source code 
called when the test module could not be imported by unittest
        

__str__(self)
(Informal representation operator)

source code 
this is just presentation stuff

Overrides: object.__str__