Home | Trees | Indices | Help |
---|
|
object --+ | extension.Extension --+ | Suite
A collection of tests. A test suite is a collection of tests. The suite may contain other suites by reference as well; all tests contained in these contained suites are considered contained in the containing suite as well.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
arguments = [] A list of the arguments to the extension class. |
|||
kind =
A string giving kind of extension is implemented by the class. |
|||
EXTRA_ID =
The name of the extra keyword argument to '__init__' that specifies the name of the test or resource. |
|||
EXTRA_DATABASE =
The name of the extra keyword argument to '__init__' that specifies the database containing the test or resource. |
|||
Inherited from |
|
|||
Inherited from |
|
Construct a new 'Runnable'. 'arguments' -- As for 'Extension.__init__'. 'args' -- As for 'Extension.__init__'.
|
Return the 'Database' that contains this suite. returns -- The 'Database' that contains 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. |
Return the tests/suites contained in this suite and its subsuites. returns -- A pair '(test_ids, suite_ids)'. The 'test_ids' and 'suite_ids' elements are both sequences of labels. The values returned include all tests and suites that are contained in this suite and its subsuites, recursively. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:42 2011 | http://epydoc.sourceforge.net |