Home | Trees | Indices | Help |
---|
|
web.DtmlPage --+ | DefaultDtmlPage --+ | QMTestReportPage --+ | DirReportPage
A run database directory page.
These attributes are available in DTML:
'path' -- The label directory that is being displayed.
'subdirs' -- A sequence of labels giving the subdirectories of this directory.
'test_ids' -- A sequence of labels giving the tests in this directory.
'suite_ids' -- A sequence of labels giving the suites in this directory.
'resource_ids' -- A sequence of labels giving the resources in this directory.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
SORT_NAME = 'name' Sort by name. |
|||
SORT_OUTCOME = 'outcome' Sort by outcome. |
|||
SORT_EXPECTATION = 'expectation' Sort by expectation. |
|||
SORT_KINDS = [SORT_NAME, SORT_OUTCOME, SORT_EXPECTATION] The kinds of sorting available. |
|||
Inherited from Inherited from |
|
Construct a 'DirPage'. 'server' -- The 'QMTestServer' creating this page. 'path' -- The label directory to display.
|
Return information about all of the items. returns -- A sequence of 'Item' instances corresponding to all of the tests in this diretory. |
|
SORT_EXPECTATIONSort by expectation. In other words, put unexpected outcomes before expected outcomes.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:42 2011 | http://epydoc.sourceforge.net |