| Home | Trees | Index | Help |
|---|
|
|
object --+
|
extension.Extension --+
|
run_database.RunDatabase --+
|
DirRunDatabase
A 'DirRunDatabase' reads test runs from a directory.
A 'DirRunDatabase' is associated with a given directory. The database consists of all '.qmr' files in the directory. Each '.qmr' file is treated as a result file.
|
|||
|
Inherited from |
|||
|
|||
|
__init__(self,
directory,
database)
Create a new 'DirRunDatabase'. |
|||
|
GetAllRuns(self)
Return all the 'TestRun's in the database. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
Create a new 'DirRunDatabase'. 'directory' -- The path to the directory containing the results files. 'database' -- The test 'Database' to which the results files correspond.
|
Return all the 'TestRun's in the database. returns -- A sequence consisting of all of the 'TestRun's in the database.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:32 2007 | http://epydoc.sf.net |