Home | Trees | Indices | Help |
---|
|
object --+ | extension.Extension --+ | suite.Suite --+ | DirectorySuite
A 'DirectorySuite' is a suite corresponding to a directory.
A 'DirectorySuite' is an implicit suite that contains all tests within a given directory. The directory is given by a label, not a file system directory, so a 'DirectorySuite' can work with any database.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Construct a new 'DirectorySuite'. 'database' -- The 'Database' instance containing this suite. 'directory' -- A label giving the directory corresponding to this suite.
|
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 the suites contained in this suite. returns -- A sequence of labels corresponding to the suites contained in this suite. Suites 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 | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:41 2011 | http://epydoc.sourceforge.net |