Home | Trees | Indices | Help |
---|
|
|
|||
ItemDescriptor An 'ItemDescriptor' describes a test, resource, or similar entity. |
|||
TestDescriptor A test instance. |
|||
ResourceDescriptor A resource instance. |
|||
DatabaseError An exception relating to a 'Database'. |
|||
NoSuchItemError An exception indicating that a particular item could not be found. |
|||
NoSuchTestError The specified test does not exist. |
|||
NoSuchSuiteError The specified suite does not exist. |
|||
NoSuchResourceError The specified resource does not exist. |
|||
Database A 'Database' stores tests, testsuites, and resources. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__the_database = None The global 'Database' object. |
|||
__the_db_path =
The path to the database. |
|||
__package__ =
|
|
Return the configuration directory for the 'Database' rooted at 'path'. 'path' -- The path to the test database. returns -- The path to the configuration directory. |
Return the configuration file for the 'Database' rooted at 'path'. 'path' -- The path to the test database. returns -- The path to the configuration file. |
Load the database from 'db_path'. 'db_path' -- The path to the directory containing the database. returns -- The new 'Database'. |
Set the database path to be used when the database is loaded. 'path' -- A string containing the path to the database. |
Returns the global Database object. returns -- The 'Database' object that corresponds to the currently executing process. It may be None. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:40 2011 | http://epydoc.sourceforge.net |