Home | Trees | Index | Help |
---|
|
object --+ | extension.Extension --+ | suite.Suite --+ | ImplicitSuite
|
|||
Inherited from |
|
|||
__init__(self,
db,
suite_id)
Construct a new 'Runnable'. |
|||
GetTestIds(self)
Return the tests contained in this suite. |
|||
IsImplicit(self)
Return true if this is an implicit test suite. |
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
Construct a new 'Runnable'. 'arguments' -- As for 'Extension.__init__'. 'args' -- As for 'Extension.__init__'.
|
Return the tests contained in this suite. returns -- A sequence of labels corresponding to the tests contained in this suite. Tests that are contained in this suite only because they are contained in a suite which is itself contained in this suite are not returned.
|
Return true if this is an implicit test suite. Implicit test suites cannot be edited.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:33 2007 | http://epydoc.sf.net |