Package gavo :: Package user :: Module validation :: Class TestsCollector
[frames] | no frames]

Class TestsCollector

source code

object --+
         |
        TestsCollector

a singleton that collects use cases to run.

Don't instantiate, this is a global singleton.

The testsToRun attribute contains the test suites to run.

Instance Methods

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

Class Methods
 
addRD(cls, rd)
adds tests from rd.
source code
Class Variables
  testsToRun = []
Properties

Inherited from object: __class__